| Package | Description |
|---|---|
| com.sptci.echo.table |
Support classes for Table components.
|
| Modifier and Type | Method and Description |
|---|---|
OrderBy.Direction |
OrderBy.getDirection()
Returns
OrderBy.direction. |
static OrderBy.Direction |
OrderBy.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderBy.Direction[] |
OrderBy.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrderBy.setDirection(OrderBy.Direction direction)
Set
OrderBy.direction. |
| Constructor and Description |
|---|
OrderBy(String column,
OrderBy.Direction direction)
Create a new instance of the order by clause for the specified column
and order direction.
|