Uses of Interface
com.vaadin.flow.data.event.SortEvent.SortNotifier
Packages that use SortEvent.SortNotifier
Package
Description
-
Uses of SortEvent.SortNotifier in com.vaadin.flow.component.crud
Classes in com.vaadin.flow.component.crud that implement SortEvent.SortNotifierModifier and TypeClassDescriptionclassCrudGrid<E>A simple grid implementation for Crud that allows searching and sorting backed by a data provider. -
Uses of SortEvent.SortNotifier in com.vaadin.flow.component.grid
Classes in com.vaadin.flow.component.grid that implement SortEvent.SortNotifier -
Uses of SortEvent.SortNotifier in com.vaadin.flow.component.gridpro
Classes in com.vaadin.flow.component.gridpro that implement SortEvent.SortNotifier -
Uses of SortEvent.SortNotifier in com.vaadin.flow.component.treegrid
Classes in com.vaadin.flow.component.treegrid that implement SortEvent.SortNotifierModifier and TypeClassDescriptionclassTreeGrid<T>Tree Grid is a component for displaying hierarchical tabular data grouped into expandable and collapsible nodes.