Class SupportsTypedValue.TypedValueChangeEvent<C extends com.vaadin.flow.component.Component,V>

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<C>
io.jmix.flowui.component.SupportsTypedValue.TypedValueChangeEvent<C,V>
All Implemented Interfaces:
Serializable
Enclosing interface:
SupportsTypedValue<C extends com.vaadin.flow.component.Component,E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<P>,V,P>

public static class SupportsTypedValue.TypedValueChangeEvent<C extends com.vaadin.flow.component.Component,V> extends com.vaadin.flow.component.ComponentEvent<C>
See Also:
  • Field Details

    • value

      protected V value
    • oldValue

      protected V oldValue
  • Constructor Details

    • TypedValueChangeEvent

      public TypedValueChangeEvent(C source, @Nullable V value, @Nullable V oldValue, boolean fromClient)
  • Method Details

    • getValue

      @Nullable public V getValue()
    • getOldValue

      @Nullable public V getOldValue()