|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableSortingState
An interface defining the management of the table's sorting state.
Field Summary | |
---|---|
static boolean |
SORT_ASCENDING
|
static boolean |
SORT_DESCENDING
|
Method Summary | |
---|---|
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(String strName,
boolean bOrder)
Method setSortColumn updates the table sorting column and order |
Field Detail |
---|
static final boolean SORT_ASCENDING
static final boolean SORT_DESCENDING
Method Detail |
---|
String getSortColumn()
boolean getSortOrder()
void setSortColumn(String strName, boolean bOrder)
strName
- the name of the column to sort bybOrder
- the sorting order (see constants)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |