Class DataUnit.StateChangeEvent

java.lang.Object
java.util.EventObject
io.jmix.flowui.data.DataUnit.StateChangeEvent
All Implemented Interfaces:
Serializable
Enclosing interface:
DataUnit

public static class DataUnit.StateChangeEvent extends EventObject
An event that is fired when DataUnit state is changed.
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • getSource

      public DataUnit getSource()
      Overrides:
      getSource in class EventObject
    • getState

      public BindingState getState()
      Returns the current state of the binding.
      Returns:
      the current state of the binding.