|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SortDirection | |
|---|---|
| com.vaadin.shared.data.sort | |
| com.vaadin.shared.ui.grid | |
| Uses of SortDirection in com.vaadin.shared.data.sort |
|---|
| Methods in com.vaadin.shared.data.sort that return SortDirection | |
|---|---|
abstract SortDirection |
SortDirection.getOpposite()
Get the sort direction that is the direct opposite to this one. |
static SortDirection |
SortDirection.valueOf(java.lang.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. |
| Uses of SortDirection in com.vaadin.shared.ui.grid |
|---|
| Fields in com.vaadin.shared.ui.grid declared as SortDirection | |
|---|---|
SortDirection[] |
GridState.sortDirs
Directions for each sorted column |
| Methods in com.vaadin.shared.ui.grid with parameters of type SortDirection | |
|---|---|
void |
GridServerRpc.sort(java.lang.String[] columnIds,
SortDirection[] directions,
boolean userOriginated)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||