| Package | Description |
|---|---|
| ch.ralscha.extdirectspring.bean |
| Modifier and Type | Method and Description |
|---|---|
static SortDirection |
SortDirection.fromString(java.lang.String name) |
SortDirection |
SortInfo.getDirection() |
SortDirection |
GroupInfo.getDirection() |
static SortDirection |
SortDirection.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetaData.setSortInfo(java.lang.String field,
SortDirection direction) |
| Constructor and Description |
|---|
GroupInfo(java.lang.String property,
SortDirection direction) |
SortInfo(java.lang.String property,
SortDirection direction) |
Copyright © 2010-2012. All Rights Reserved.