| Package | Description |
|---|---|
| com.vaadin.v7.data.sort | |
| com.vaadin.v7.data.util | |
| com.vaadin.v7.event | |
| com.vaadin.v7.ui |
| Modifier and Type | Method and Description |
|---|---|
List<SortOrder> |
Sort.build()
Deprecated.
Build a sort order list, ready to be passed to Grid.
|
| Modifier and Type | Method and Description |
|---|---|
SortOrder[] |
PropertyValueGenerator.getSortProperties(SortOrder order)
Deprecated.
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)
Deprecated.
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()
Deprecated.
Gets the sort order list.
|
| Constructor and Description |
|---|
SortEvent(Component source,
List<SortOrder> sortOrder,
boolean userOriginated)
Deprecated.
Creates a new sort order change event with a sort order list.
|
| Modifier and Type | Method and Description |
|---|---|
List<SortOrder> |
Grid.getSortOrder()
Deprecated.
Get the current sort order list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.setSortOrder(List<SortOrder> order)
Deprecated.
Sets the sort order to use.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.