| Package | Description |
|---|---|
| com.vaadin.data.sort | |
| com.vaadin.data.util |
Provides implementations of Property, Item and Container
interfaces, and utilities for the data layer.
|
| com.vaadin.event | |
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
List<SortOrder> |
Sort.build()
Build a sort order list, ready to be passed to Grid
|
| Modifier and Type | Method and Description |
|---|---|
SortOrder[] |
PropertyValueGenerator.getSortProperties(SortOrder order)
Translates sorting of the generated property in a specific direction to a
set of property ids and directions in the underlying container.
|
| Modifier and Type | Method and Description |
|---|---|
SortOrder[] |
PropertyValueGenerator.getSortProperties(SortOrder order)
Translates sorting of the generated property in a specific direction to a
set of property ids and directions in the underlying container.
|
| Modifier and Type | Method and Description |
|---|---|
List<SortOrder> |
SortEvent.getSortOrder()
Gets the sort order list.
|
| Constructor and Description |
|---|
SortEvent(Component source,
List<SortOrder> sortOrder,
boolean userOriginated)
Creates a new sort order change event with a sort order list.
|
| Modifier and Type | Method and Description |
|---|---|
List<SortOrder> |
Grid.getSortOrder()
Get the current sort order list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.setSortOrder(List<SortOrder> order)
Sets the sort order to use.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.