| Package | Description |
|---|---|
| com.vaadin.data.provider | |
| com.vaadin.event |
| Modifier and Type | Class and Description |
|---|---|
class |
SortOrderBuilder<T extends SortOrder<V>,V>
Base class for helper classes with fluent API for constructing sort order
lists.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridSortOrder<T>
Sorting information for
Grid. |
class |
QuerySortOrder
Sorting information for
Query. |
| Modifier and Type | Class and Description |
|---|---|
class |
SortEvent<T extends SortOrder<?>>
Event describing a change in sorting of a
DataProvider. |
static interface |
SortEvent.SortListener<T extends SortOrder<?>>
Listener for sort order change events.
|
static interface |
SortEvent.SortNotifier<T extends SortOrder<?>>
The interface for adding and removing listeners for
SortEvents. |
Copyright © 2017 Vaadin Ltd. All rights reserved.