| Package | Description |
|---|---|
| ch.ralscha.extdirectspring.bean |
| Modifier and Type | Method and Description |
|---|---|
static SortDirection |
SortDirection.fromString(String name) |
SortDirection |
SortInfo.getDirection() |
SortDirection |
GroupInfo.getDirection() |
static SortDirection |
SortDirection.valueOf(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(String field,
SortDirection direction) |
| Constructor and Description |
|---|
GroupInfo(String property,
SortDirection direction) |
SortInfo(String property,
SortDirection direction) |
Copyright © 2010-2012. All Rights Reserved.