public class ColumnSort extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ColumnSort.Direction
Sort direction, either ASCending or DESCending.
|
| Constructor and Description |
|---|
ColumnSort(int columnIndex,
ColumnSort.Direction direction,
String sortType)
Constructs a ColumnSort instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getColumnIndex()
Get the column index.
|
ColumnSort.Direction |
getDirection()
Get the sort direction.
|
String |
getSortType()
Get the sort type.
|
int |
hashCode() |
public ColumnSort(int columnIndex, ColumnSort.Direction direction, String sortType)
columnIndex - the index of the column to sort ondirection - the direction of the sortsortType - the type of the sort -- see UifConstants.TableToolsValues.public int getColumnIndex()
public ColumnSort.Direction getDirection()
public String getSortType()
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.