Package io.jenkins.plugins.datatables
Klasse DetailedCell<T>
java.lang.Object
io.jenkins.plugins.datatables.DetailedCell<T>
- Typparameter:
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-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
DetailedCell
Creates a newDetailedCell.- Parameter:
display- the value that should be used to display the cellsort- the value that should be used to sort the cell- Siehe auch:
-
-
Methodendetails
-
getDisplay
-
getSort
-