| Package | Description |
|---|---|
| com.vaadin.flow.component.grid |
| Modifier and Type | Method and Description |
|---|---|
protected GridSortOrder<T> |
GridSortOrderBuilder.createSortOrder(Grid.Column<T> by,
com.vaadin.flow.data.provider.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 |
|---|---|
com.vaadin.flow.shared.Registration |
Grid.addSortListener(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.data.event.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 © 2026. All rights reserved.