public class CollectionSortItem
extends java.lang.Object
| Constructor and Description |
|---|
CollectionSortItem(java.lang.String fieldID,
boolean order)
CCollectionSortItem allows to construct sort item which will be used for collection sorting.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
boolean |
getAscending()
GetAscending allows to know whether ascending order is used for sorting.
|
java.lang.String |
getName()
GetName allows to get name to sort by.
|