Package | Description |
---|---|
com.xalys.xgl.table | |
com.xalys.xgl.tree |
Modifier and Type | Method and Description |
---|---|
SortDirection |
TableColumn.getSortDirection() |
SortDirection |
SortDirection.swap() |
static SortDirection |
SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TableColumn.setSortDirection(SortDirection sortDirection) |
void |
Table.sort(TableColumn<E,?> column,
SortDirection direction) |
Modifier and Type | Method and Description |
---|---|
SortDirection |
TreeModel.getSortDirection() |
Modifier and Type | Method and Description |
---|---|
void |
TreeModel.setSortDirection(SortDirection sortDirection) |
Copyright © 2018 Xalys. All rights reserved.