| Modifier and Type | Method and Description |
|---|---|
java.util.List<CollectionSortItem> |
Collection.getSort()
GetSort gets sort parameters for the Collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Collection.setSort(java.util.List<CollectionSortItem> sort)
SetSort allows to set field/fields to sort by as well as sort order (ascending or descending).
|