|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.businessobjects.jsf.sdk.properties.SortDirection
Contains fields that specify whether to use an ascending or descending direction to sort a list of items.
This class is used to set the sort direction in the SortProps
class.
Field Summary | |
static int |
Ascending
The items are sorted in an alphanumeric ascending order (0-9, A-Z). |
static int |
Descending
The items are sorted in an alphanumeric descending order (Z-A, 9-0). |
Constructor Summary | |
SortDirection()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int Ascending
The items are sorted in an alphanumeric ascending order (0-9, A-Z).
public static final int Descending
The items are sorted in an alphanumeric descending order (Z-A, 9-0).
Constructor Detail |
public SortDirection()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |