public interface TreeSortable
| Modifier and Type | Method and Description |
|---|---|
void |
setSortColumn(DataColumn column,
SortType ordering)
Specify the column from your (underlying) data model which will be used
for sorting this TreeModelSort.
|
void setSortColumn(DataColumn column, SortType ordering)
ASCENDING or DESCENDING order via the
ordering parameter.