public class DataTableSort extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
DataTableSort()
Private constructor
|
|
DataTableSort(String strSortKey,
boolean bAscSort)
Creates a new DataTableSort
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAscSort()
Check if the sort is ascending
|
String |
getSortKey()
Get the sort key
|
void |
setAscSort(boolean bAscSort)
Set the ascending sort boolean
|
void |
setSortKey(String strSortKey)
Set the sort key
|
protected DataTableSort()
public DataTableSort(String strSortKey, boolean bAscSort)
strSortKey - The key of the sortbAscSort - True if the sort is ascending, false otherwisepublic String getSortKey()
public void setSortKey(String strSortKey)
strSortKey - The sort keypublic boolean getAscSort()
public void setAscSort(boolean bAscSort)
bAscSort - True if the sort is ascending, false otherwiseCopyright © 2016 City of Paris. All rights reserved.