|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISortState
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 |
|---|
static final int ASCENDING
static final int DESCENDING
static final int NONE
| Method Detail |
|---|
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 NONEint 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 | |||||||||