Uses of Class
com.vaadin.flow.data.provider.SortOrder
Packages that use SortOrder
Package
Description
-
Uses of SortOrder in com.vaadin.flow.component.grid
Subclasses of SortOrder in com.vaadin.flow.component.grid -
Uses of SortOrder in com.vaadin.flow.data.event
Classes in com.vaadin.flow.data.event with type parameters of type SortOrderModifier and TypeClassDescriptionclassEvent 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 SortOrderModifier and TypeClassDescriptionclassSortOrderBuilder<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