|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.businessobjects.jsf.sdk.properties.SortProps
Contains properties that specify the field to sort items by and the direction in which to sort them.
Constructor Summary | |
SortProps()
|
Method Summary | |
int |
getSortDirection()
Gets the direction of the sort. |
java.lang.String |
getSortField()
Gets the field (column) of the ItemsGrid component to sort by.
|
void |
setSortDirection(int sortDirection)
Sets the direction of the sort. |
void |
setSortField(java.lang.String sortField)
Sets the field (column) of the ItemsGrid component to sort by.
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SortProps()
Method Detail |
public java.lang.String getSortField()
Gets the field (column) of the ItemsGrid
component to sort by.
String
representing the field to sort by.public void setSortField(java.lang.String sortField)
Sets the field (column) of the ItemsGrid
component to sort by.
sortField
- A String
representing the field to sort by.public int getSortDirection()
Gets the direction of the sort. Can be ascending or descending.
int
representing the direction of the sort.public void setSortDirection(int sortDirection)
Sets the direction of the sort. Can be ascending or descending.
sortDirection
- An int
representing the direction of the sort. Set to SortDirection.Ascending
or SortDirection.Descending
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |