| Package | Description |
|---|---|
| com.vaadin.data.provider | |
| com.vaadin.ui |
| Modifier and Type | Method and Description |
|---|---|
protected GridSortOrder<T> |
GridSortOrderBuilder.createSortOrder(Grid.Column<T,?> by,
SortDirection direction) |
| Modifier and Type | Method and Description |
|---|---|
List<GridSortOrder<T>> |
Grid.getSortOrder()
Get the current sort order list.
|
| Modifier and Type | Method and Description |
|---|---|
Registration |
Grid.addSortListener(SortEvent.SortListener<GridSortOrder<T>> listener)
Adds a sort order change listener that gets notified when the sort order
changes.
|
void |
Grid.setSortOrder(List<GridSortOrder<T>> order)
Sets the sort order to use.
|
Copyright © 2022 Vaadin Ltd. All rights reserved.