|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - public interface SortOptions<T extends java.lang.Enum<?>>
| Method Summary | |
|---|---|
T |
getOption()
Returns the sort option. |
boolean |
isAscending()
Returns true if sort order is ascending or false if it is descending. |
void |
setAscending(boolean ascending)
Sets the sort order. |
void |
setOption(T sort)
Sets the sort option. |
| Method Detail |
|---|
boolean isAscending()
void setAscending(boolean ascending)
ascending - the sort order to set, true for ascending or false for descendingT getOption()
void setOption(T sort)
sort - the sort option to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||