public interface ISortableFilter
Modifier and Type | Method and Description |
---|---|
String |
getOrder()
Get the column ordered
|
boolean |
isOrderAsc()
Return true if the order is set to ascending
|
void |
setOrder(String strOrder)
Set the column ordered
|
void |
setOrderAsc(boolean bOrderAsc)
Set the order to ascending or descending
|
boolean isOrderAsc()
void setOrderAsc(boolean bOrderAsc)
bOrderAsc
- the order (true if ascending)String getOrder()
void setOrder(String strOrder)
strOrder
- the column nameCopyright © 2021 City of Paris. All rights reserved.