|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.krad.uif.util.ColumnSort
public class ColumnSort
Holds the information for sorting a table by a column.
Nested Class Summary | |
---|---|
static class |
ColumnSort.Direction
Sort direction, either ASCending or DESCending. |
Constructor Summary | |
---|---|
ColumnSort(int columnIndex,
ColumnSort.Direction direction,
String sortType)
Constructs a ColumnSort instance. |
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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
.Method Detail |
---|
public int getColumnIndex()
public ColumnSort.Direction getDirection()
public String getSortType()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |