public interface ISortFields
| Modifier and Type | Method and Description |
|---|---|
void |
add(ISortField sortField)
Adds a sort field.
|
void |
clear()
Clears the list.
|
ISortField |
get(int index)
Gets the sort key in the sort list.
|
int |
getCount()
Gets the list count.
|
boolean |
remove(ISortField sortField)
Removes a sort field.
|
ISortField get(int index)
void add(ISortField sortField)
sortField - The sort information.boolean remove(ISortField sortField)
sortField - The sort information.int getCount()
void clear()