Uses of Interface
com.vaadin.flow.data.event.SortEvent.SortNotifier
-
Packages that use SortEvent.SortNotifier Package Description com.vaadin.flow.component.crud com.vaadin.flow.component.grid com.vaadin.flow.component.gridpro com.vaadin.flow.component.treegrid -
-
Uses of SortEvent.SortNotifier in com.vaadin.flow.component.crud
Classes in com.vaadin.flow.component.crud that implement SortEvent.SortNotifier Modifier and Type Class Description classCrudGrid<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 Modifier and Type Class Description classGrid<T>Grid is a component for showing tabular data. -
Uses of SortEvent.SortNotifier in com.vaadin.flow.component.gridpro
Classes in com.vaadin.flow.component.gridpro that implement SortEvent.SortNotifier Modifier and Type Class Description classGridPro<E> -
Uses of SortEvent.SortNotifier in com.vaadin.flow.component.treegrid
Classes in com.vaadin.flow.component.treegrid that implement SortEvent.SortNotifier Modifier and Type Class Description classTreeGrid<T>Tree Grid is a component for displaying hierarchical tabular data grouped into expandable and collapsible nodes.
-