Package io.jenkins.plugins.datatables
Class TableModel.DetailedColumnDefinition
java.lang.Object
io.jenkins.plugins.datatables.TableModel.DetailedColumnDefinition
- Enclosing class:
TableModel
Deprecated.
A column value attribute that provides a
display
and sort
property so that a JQuery data
table can use different String properties to sort and display a column.-
Constructor Summary
ConstructorsConstructorDescriptionDetailedColumnDefinition
(String display, String sort) Deprecated.Creates a newTableModel.DetailedColumnDefinition
. -
Method Summary
-
Constructor Details
-
DetailedColumnDefinition
Deprecated.Creates a newTableModel.DetailedColumnDefinition
.- Parameters:
display
- the value that should be used to display the columnsort
- the value that should be used to sort the column- See Also:
-
-
Method Details
-
getDisplay
Deprecated. -
getSort
Deprecated.
-
DetailedCell