public abstract class SortFieldBase extends java.lang.Object implements ISortField
| Constructor and Description |
|---|
SortFieldBase() |
| Modifier and Type | Method and Description |
|---|---|
IRange |
getKey()
Specifies the column index.
|
int |
getPriority()
Specifies the priority of multiple sort columns.
|
SortCondition |
getSortCondition() |
SortOnType |
getSortOn()
Specifies the sort type.
|
void |
setPriority(int value)
Sets the priority of multiple sort columns.
|
void |
setSortCondition(SortCondition value) |
public final IRange getKey()
getKey in interface ISortFieldpublic final int getPriority()
getPriority in interface ISortFieldpublic final void setPriority(int value)
setPriority in interface ISortFieldpublic final SortOnType getSortOn()
getSortOn in interface ISortFieldpublic final SortCondition getSortCondition()
public final void setSortCondition(SortCondition value)