Package com.vaadin.flow.component.grid
Class FilterClickedEvent<T>
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<EnhancedGrid<T>>
com.vaadin.flow.component.grid.FilterClickedEvent<T>
- Type Parameters:
T- type of the underlying grid the filter is compatible with
- All Implemented Interfaces:
Serializable
@DomEvent("filter-clicked")
public class FilterClickedEvent<T>
extends com.vaadin.flow.component.ComponentEvent<EnhancedGrid<T>>
Custom event triggered by enhanced-grid-sorter element.
- See Also:
-
Field Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObject
toString
-
Field Details
-
buttonId
-
-
Constructor Details
-
FilterClickedEvent
public FilterClickedEvent(EnhancedGrid<T> source, boolean fromClient, @EventData("event.detail.id") @Nonnull String id)
-