| Package | Description |
|---|---|
| org.kuali.rice.krad.uif.util |
| Modifier and Type | Method and Description |
|---|---|
ColumnSort.Direction |
ColumnSort.getDirection()
Get the sort direction.
|
static ColumnSort.Direction |
ColumnSort.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnSort.Direction[] |
ColumnSort.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ColumnSort(int columnIndex,
ColumnSort.Direction direction,
String sortType)
Constructs a ColumnSort instance.
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.