public static class TableModel.DetailedColumnDefinition extends Object
display and sort property so that a JQuery DataTables
can use different properties to sort and display a column.| Constructor and Description |
|---|
DetailedColumnDefinition(String display,
String sort)
Creates a new
TableModel.DetailedColumnDefinition. |
public DetailedColumnDefinition(String display, String sort)
TableModel.DetailedColumnDefinition.display - the entity property that should be used to display the columnsort - the entity property that should be used to sort the columnCopyright © 2016–2020. All rights reserved.