|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.util.datatable.DataTableSort
public class DataTableSort
The Class DataTableSort.
Constructor Summary | |
---|---|
protected |
DataTableSort()
Private constructor |
|
DataTableSort(String strSortKey,
boolean bAscSort)
Creates a new DataTableSort |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DataTableSort()
public DataTableSort(String strSortKey, boolean bAscSort)
strSortKey
- The key of the sortbAscSort
- True if the sort is ascending, false otherwiseMethod Detail |
---|
public 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 otherwise
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |