| Package | Description |
|---|---|
| org.butterfaces.model.table |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,SortType> |
DefaultTableRowSortingModel.columnSortTypes
Map of column id and
SortType information. |
| Modifier and Type | Method and Description |
|---|---|
SortType |
TableRowSortingModel.getSortType(String tableUniqueIdentifier,
String columnUniqueIdentifier) |
SortType |
DefaultTableRowSortingModel.getSortType(String tableUniqueIdentifier,
String columnUniqueIdentifier) |
static SortType |
SortType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortType[] |
SortType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableRowSortingModel.sortColumn(String tableUniqueIdentifier,
String columnUniqueIdentifier,
String sortBy,
SortType sortType) |
void |
DefaultTableRowSortingModel.sortColumn(String tableUniqueIdentifier,
String columnUniqueIdentifier,
String sortBy,
SortType sortType)
Resets all sort orders to NONE and sets
SortType for corresponding column id. |
Copyright © 2019. All rights reserved.