Class DataVectorSourceItems.ValueChangeEvent<E>

java.lang.Object
java.util.EventObject
io.jmix.mapsflowui.component.data.DataVectorSourceItems.ValueChangeEvent<E>
Type Parameters:
E - item type
All Implemented Interfaces:
Serializable
Enclosing interface:
DataVectorSourceItems<E>

public static class DataVectorSourceItems.ValueChangeEvent<E> extends EventObject
An event that is fired when value of item property is changed.
See Also:
  • Field Details

    • item

      protected final E item
    • property

      protected final String property
    • prevValue

      protected final Object prevValue
    • value

      protected final Object value
  • Constructor Details

  • Method Details

    • getSource

      public DataVectorSourceItems<E> getSource()
      Overrides:
      getSource in class EventObject
    • getItem

      public E getItem()
      Returns:
      the item which value is changed
    • getProperty

      public String getProperty()
      Returns:
      changed property name
    • getPrevValue

      @Nullable public Object getPrevValue()
      Returns:
      a previous value of the item property
    • getValue

      @Nullable public Object getValue()
      Returns:
      a new value of the item property