| Package | Description |
|---|---|
| com.vaadin.shared.data.sort | |
| com.vaadin.shared.ui.grid |
| Modifier and Type | Method and Description |
|---|---|
abstract SortDirection |
SortDirection.getOpposite()
Get the sort direction that is the direct opposite to this one.
|
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 | Field and Description |
|---|---|
SortDirection[] |
GridState.sortDirs
Directions for each sorted column.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridServerRpc.sort(String[] columnIds,
SortDirection[] directions,
boolean userOriginated) |
Copyright © 2017 Vaadin Ltd. All rights reserved.