public interface ITableSortingState
Modifier and Type | Field and Description |
---|---|
static boolean |
SORT_ASCENDING |
static boolean |
SORT_DESCENDING |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSortColumn()
Method getSortColumn defines the column that the table should be sorted upon
|
boolean |
getSortOrder()
Method getSortOrder defines the direction of the table sorting
|
void |
setSortColumn(java.lang.String strName,
boolean bOrder)
Method setSortColumn updates the table sorting column and order
|
static final boolean SORT_ASCENDING
static final boolean SORT_DESCENDING
java.lang.String getSortColumn()
boolean getSortOrder()
void setSortColumn(java.lang.String strName, boolean bOrder)
strName
- the name of the column to sort bybOrder
- the sorting order (see constants)