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
FieldsModifier and TypeFieldDescriptionprotected final PropertyFilter.Operationprotected final PropertyFilter.OperationFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionOperationChangeEvent(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, unregisterListenerMethods 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
-