|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortDirection | |
---|---|
org.apache.pivot.wtk | Contains classes that define the structure and behavior of WTK user interface components. |
org.apache.pivot.wtk.skin.terra | Defines skin classes for the "Terra" theme. |
Uses of SortDirection in org.apache.pivot.wtk |
---|
Methods in org.apache.pivot.wtk that return SortDirection | |
---|---|
SortDirection |
TableView.Column.getSortDirection()
Returns the column's sort direction. |
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. |
Methods in org.apache.pivot.wtk with parameters of type SortDirection | |
---|---|
void |
TableViewColumnListener.columnSortDirectionChanged(TableView.Column column,
SortDirection previousSortDirection)
Called when a column's sort direction has changed. |
void |
TableView.Column.setSortDirection(SortDirection sortDirection)
Sets the column's sort direction. |
Constructors in org.apache.pivot.wtk with parameters of type SortDirection | |
---|---|
TableView.RowComparator(String columnName,
SortDirection sortDirection)
|
Uses of SortDirection in org.apache.pivot.wtk.skin.terra |
---|
Methods in org.apache.pivot.wtk.skin.terra with parameters of type SortDirection | |
---|---|
void |
TerraTableViewHeaderSkin.columnSortDirectionChanged(TableView.Column column,
SortDirection previousSortDirection)
|
void |
TerraTableViewSkin.columnSortDirectionChanged(TableView.Column column,
SortDirection previousSortDirection)
|
Constructors in org.apache.pivot.wtk.skin.terra with parameters of type SortDirection | |
---|---|
TerraFileBrowserSkin.FileComparator(String columnName,
SortDirection sortDirection)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |