Uses of Interface
com.vaadin.flow.component.grid.ApplyFilterListener
Packages that use ApplyFilterListener
Package
Description
-
Uses of ApplyFilterListener in com.vaadin.componentfactory.enhancedgrid
Classes in com.vaadin.componentfactory.enhancedgrid that implement ApplyFilterListenerModifier and TypeClassDescriptionclassEnhancedGrid<T>Add a selectionPredicate to forbid the grid selection for specific rows Add a editablePredicate to forbid the edition for specific rows -
Uses of ApplyFilterListener in com.vaadin.componentfactory.enhancedtreegrid
Classes in com.vaadin.componentfactory.enhancedtreegrid that implement ApplyFilterListener -
Uses of ApplyFilterListener in com.vaadin.flow.component.grid
Methods in com.vaadin.flow.component.grid with parameters of type ApplyFilterListenerModifier and TypeMethodDescriptionvoidFilterField.addApplyFilterListener(ApplyFilterListener applyFilterListener) Add an apply filter listener.