| Package | Description |
|---|---|
| com.vaadin.flow.component.grid |
| 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()
Gets an list of the current sort orders in the Grid.
|
| Modifier and Type | Method and Description |
|---|---|
Registration |
Grid.addSortListener(ComponentEventListener<SortEvent<Grid<T>,GridSortOrder<T>>> listener) |
void |
Grid.sort(List<GridSortOrder<T>> order)
Forces a defined sort order for the columns in the Grid.
|
Copyright © 2025. All rights reserved.