public interface SortDefinition
Modifier and Type | Method and Description |
---|---|
String |
getProperty()
Return the name of the bean property to compare.
|
boolean |
isAscending()
Return whether to sort ascending (true) or descending (false).
|
boolean |
isIgnoreCase()
Return whether upper and lower case in String values should be ignored.
|
String getProperty()
boolean isIgnoreCase()
boolean isAscending()