public class SortOrder extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SortOrder.ParseBuffer |
static class |
SortOrder.SortSpec |
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
static int |
SORT_ASCENDING
Sort ascending
|
static int |
SORT_DESCENDING
Sort descending
|
protected ArrayList |
sortList
The sort order list.
|
Constructor and Description |
---|
SortOrder()
Constructor.
|
SortOrder(String rep)
Constructor from string representation.
|
Modifier and Type | Method and Description |
---|---|
void |
addCriteria(String columnName,
int order)
Add a sort criteria, at the front.
|
void |
clickColumn(String columnName)
Click a column.
|
String |
getColumn(int i)
Return an individual sort column.
|
int |
getCount()
Get the sort spec count.
|
int |
getDirection(int i)
Return an individual direction.
|
String |
toString()
Convert to string form.
|
public static final String _rcsid
public static final int SORT_ASCENDING
public static final int SORT_DESCENDING
protected ArrayList sortList
public SortOrder()
public SortOrder(String rep) throws ManifoldCFException
ManifoldCFException
public void clickColumn(String columnName)
public void addCriteria(String columnName, int order)
public int getCount()
public String getColumn(int i)
public int getDirection(int i)