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:
com.vaadin.flow.component.HasValue.ValueChangeEvent<V>, 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> implements com.vaadin.flow.component.HasValue.ValueChangeEvent<V>
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected V
     
    protected V
     

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
    TypedValueChangeEvent(C source, V value, V oldValue, boolean fromClient)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.vaadin.flow.component.HasValue<?,V>
     
     
     

    Methods inherited from class com.vaadin.flow.component.ComponentEvent

    getSource, isFromClient, unregisterListener

    Methods inherited from class java.util.EventObject

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.vaadin.flow.component.HasValue.ValueChangeEvent

    isFromClient
  • 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

    • getHasValue

      public com.vaadin.flow.component.HasValue<?,V> getHasValue()
      Specified by:
      getHasValue in interface com.vaadin.flow.component.HasValue.ValueChangeEvent<C extends com.vaadin.flow.component.Component>
    • getValue

      @Nullable public V getValue()
      Specified by:
      getValue in interface com.vaadin.flow.component.HasValue.ValueChangeEvent<C extends com.vaadin.flow.component.Component>
    • getOldValue

      @Nullable public V getOldValue()
      Specified by:
      getOldValue in interface com.vaadin.flow.component.HasValue.ValueChangeEvent<C extends com.vaadin.flow.component.Component>