Uses of Class
com.vaadin.flow.data.provider.SortOrder
-
Packages that use SortOrder Package Description com.vaadin.flow.component.grid com.vaadin.flow.data.event com.vaadin.flow.data.provider -
-
Uses of SortOrder in com.vaadin.flow.component.grid
Subclasses of SortOrder in com.vaadin.flow.component.grid Modifier and Type Class Description classGridSortOrder<T>Sorting information forGrid. -
Uses of SortOrder in com.vaadin.flow.data.event
Classes in com.vaadin.flow.data.event with type parameters of type SortOrder Modifier and Type Class Description classSortEvent<T extends Component,S extends SortOrder<?>>Event describing a change in sorting of aDataProvider.static interfaceSortEvent.SortNotifier<T extends Component,S extends SortOrder<?>>The interface for adding and removing listeners forSortEvents. -
Uses of SortOrder in com.vaadin.flow.data.provider
Classes in com.vaadin.flow.data.provider with type parameters of type SortOrder Modifier and Type Class Description classSortOrderBuilder<T extends SortOrder<V>,V>Base class for helper classes with fluent API for constructing sort order lists.Subclasses of SortOrder in com.vaadin.flow.data.provider Modifier and Type Class Description classQuerySortOrderSorting information forQuery.
-