@FunctionalInterface public interface SortOrderProvider extends com.vaadin.flow.function.SerializableFunction<com.vaadin.flow.data.provider.SortDirection,Stream<com.vaadin.flow.data.provider.QuerySortOrder>>
Grid.Column.setSortOrderProvider(com.vaadin.flow.component.grid.SortOrderProvider)| Modifier and Type | Method and Description |
|---|---|
Stream<com.vaadin.flow.data.provider.QuerySortOrder> |
apply(com.vaadin.flow.data.provider.SortDirection sortDirection)
Generates the sort orders when rows are sorted by a column.
|
Stream<com.vaadin.flow.data.provider.QuerySortOrder> apply(com.vaadin.flow.data.provider.SortDirection sortDirection)
Copyright © 2026. All rights reserved.