Package com.vaadin.flow.component.grid
Interface ApplyFilterListener
- All Known Implementing Classes:
EnhancedGrid,EnhancedTreeGrid
public interface ApplyFilterListener
Interface for listening to apply filter events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonApplyFilter(Object filter) Called when the apply filter event is fired.
-
Method Details
-
onApplyFilter
Called when the apply filter event is fired.- Parameters:
filter- the filter to apply
-