Class PropertyFilter.OperationChangeEvent<V>
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<PropertyFilter<V>>
io.jmix.flowui.component.propertyfilter.PropertyFilter.OperationChangeEvent<V>
- All Implemented Interfaces:
Serializable
- Enclosing class:
- PropertyFilter<V>
public static class PropertyFilter.OperationChangeEvent<V>
extends com.vaadin.flow.component.ComponentEvent<PropertyFilter<V>>
Event sent when the
operation
property is changed.- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected final PropertyFilter.Operation
protected final PropertyFilter.Operation
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionOperationChangeEvent
(PropertyFilter<V> source, PropertyFilter.Operation newOperation, PropertyFilter.Operation prevOperation, boolean fromClient) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListener
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
newOperation
-
prevOperation
-
-
Constructor Details
-
OperationChangeEvent
public OperationChangeEvent(PropertyFilter<V> source, PropertyFilter.Operation newOperation, PropertyFilter.Operation prevOperation, boolean fromClient)
-
-
Method Details
-
getNewOperation
- Returns:
- new operation value
-
getPreviousOperation
- Returns:
- previous operation value
-