We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 TypeClassDescriptionclass
Event describing a change in sorting of a
DataProvider
.static interface
SortEvent.SortNotifier<T extends Component,
S extends SortOrder<?>> The interface for adding and removing listeners for
SortEvents
. -
Uses of SortOrder in com.vaadin.flow.data.provider
Classes in com.vaadin.flow.data.provider with type parameters of type SortOrderModifier and TypeClassDescriptionclass
SortOrderBuilder<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