Class GenericFilter.ConfigurationRefreshEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<GenericFilter>
io.jmix.flowui.component.genericfilter.GenericFilter.ConfigurationRefreshEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GenericFilter
public static class GenericFilter.ConfigurationRefreshEvent
extends com.vaadin.flow.component.ComponentEvent<GenericFilter>
Event sent when the
Configuration
is updated.- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionConfigurationRefreshEvent
(GenericFilter source, Configuration configuration, boolean fromClient) -
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
configuration
-
-
Constructor Details
-
ConfigurationRefreshEvent
public ConfigurationRefreshEvent(GenericFilter source, Configuration configuration, boolean fromClient)
-
-
Method Details
-
getUpdatedConfiguration
- Returns:
- updatedConfiguration
-