public class DataTableSort extends Object
Constructor and Description |
---|
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
|
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 © 2020 City of Paris. All rights reserved.