public class CrudFilter extends Object implements Serializable
CrudGrid. This provides information
about the filter constraints and sort orders applied to the grid by the user.| Constructor and Description |
|---|
CrudFilter() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getConstraints()
Returns the filter constraint applied to the grid as a map of column to
filter text.
|
Map<String,SortDirection> |
getSortOrders()
Returns the sort orders applied to the grid as a map of column to sort
direction.
|
public Map<String,String> getConstraints()
public Map<String,SortDirection> getSortOrders()
Copyright © 2025. All rights reserved.