|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface defining the management of the table's sorting state.
Field Summary | |
static boolean |
SORT_ASCENDING
|
static boolean |
SORT_DESCENDING
|
Method Summary | |
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 |
Field Detail |
public static final boolean SORT_ASCENDING
public static final boolean SORT_DESCENDING
Method Detail |
public java.lang.String getSortColumn()
public boolean getSortOrder()
public void setSortColumn(java.lang.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 |