| Package | Description |
|---|---|
| com.vaadin.client.widget.grid.sort | |
| com.vaadin.client.widgets |
| Modifier and Type | Method and Description |
|---|---|
SortOrder |
SortOrder.getOpposite()
Returns a new SortOrder object with the sort direction reversed.
|
| Modifier and Type | Method and Description |
|---|---|
List<SortOrder> |
Sort.build()
Build a sort order list.
|
List<SortOrder> |
SortEvent.getOrder()
Get the sort ordering that is to be applied to the Grid.
|
| Constructor and Description |
|---|
SortEvent(Grid<T> grid,
List<SortOrder> order,
boolean userOriginated)
Creates a new Sort Event.
|
| Modifier and Type | Method and Description |
|---|---|
List<SortOrder> |
Grid.getSortOrder()
Get a copy of the current sort order array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.setSortOrder(List<SortOrder> order)
Sets the sort order to use.
|
Copyright © 2018 Vaadin Ltd. All rights reserved.