Uses of Class
com.vaadin.data.provider.SortOrder
-
Packages that use SortOrder Package Description com.vaadin.data.provider com.vaadin.event -
-
Uses of SortOrder in com.vaadin.data.provider
Classes in com.vaadin.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.data.provider Modifier and Type Class Description classGridSortOrder<T>Sorting information forGrid.classQuerySortOrderSorting information forQuery. -
Uses of SortOrder in com.vaadin.event
Classes in com.vaadin.event with type parameters of type SortOrder Modifier and Type Class Description classSortEvent<T extends SortOrder<?>>Event describing a change in sorting of aDataProvider.static interfaceSortEvent.SortListener<T extends SortOrder<?>>Listener for sort order change events.static interfaceSortEvent.SortNotifier<T extends SortOrder<?>>The interface for adding and removing listeners forSortEvents.
-