public interface BeanFilter
Modifier and Type | Method and Description |
---|---|
List<String> |
getOrders()
Get the order column name.
|
boolean |
isOrderAsc()
Return true if the order is ascending.
|
void |
setOrderAsc(boolean isOrderAsc)
Set the order way.
|
void |
setOrders(List<String> orders)
Set the column to order.
|
Copyright © 2020 City of Paris. All rights reserved.