Package io.jenkins.plugins.datatables
Class DetailedCell<T>
java.lang.Object
io.jenkins.plugins.datatables.DetailedCell<T>
- Type Parameters:
T
- the type of the sort column
A table cell that provides a
display
and sort
property so that a JQuery data table can use different
properties to sort and display a column. In order to use such a cell the TableColumn
has to be configured using the-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DetailedCell
Creates a newDetailedCell
.- Parameters:
display
- the value that should be used to display the cellsort
- the value that should be used to sort the cell- See Also:
-
-
Method Details
-
getDisplay
-
getSort
-