|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface used by OrderByLink to interact with any object that keeps track of sorting state
| Field Summary | |
static int |
ASCENDING
property state representing ascending sort order |
static int |
DESCENDING
property state representing descending sort order |
static int |
NONE
property state presenting not-sorted sort order |
| Method Summary | |
int |
getPropertySortOrder(java.lang.String property)
Gets the sort order of a property |
void |
setPropertySortOrder(java.lang.String property,
int state)
Sets sort order of the property |
| Field Detail |
public static final int ASCENDING
public static final int DESCENDING
public static final int NONE
| Method Detail |
public void setPropertySortOrder(java.lang.String property,
int state)
property - the name of the property to sort onstate - new sort state of the property. must be one of ASCENDING,
DESCENDING, or NONEpublic int getPropertySortOrder(java.lang.String property)
property - sort property to be checked
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||