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
FieldsFields inherited from class java.util.EventObject
source - 
Constructor Summary
ConstructorsConstructorDescriptionConfigurationRefreshEvent(GenericFilter source, Configuration configuration, boolean fromClient)  - 
Method Summary
Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods 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
 
 
 -