Class JmixValueChangeEvent

java.lang.Object
java.util.EventObject
com.vaadin.event.ConnectorEvent
com.vaadin.ui.Component.Event
com.vaadin.v7.ui.Field.ValueChangeEvent
io.jmix.ui.widget.compatibility.JmixValueChangeEvent
All Implemented Interfaces:
com.vaadin.event.HasUserOriginated, com.vaadin.v7.data.Property.ValueChangeEvent, Serializable

@Deprecated public class JmixValueChangeEvent extends com.vaadin.v7.ui.Field.ValueChangeEvent implements com.vaadin.event.HasUserOriginated
Deprecated.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final boolean
    Deprecated.
     

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors
    Constructor
    Description
    JmixValueChangeEvent(com.vaadin.v7.ui.Field source, boolean userOriginated)
    Deprecated.
    Constructs a new event object with the specified source field object.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
     

    Methods inherited from class com.vaadin.v7.ui.Field.ValueChangeEvent

    getProperty

    Methods inherited from class com.vaadin.ui.Component.Event

    getComponent

    Methods inherited from class com.vaadin.event.ConnectorEvent

    getConnector

    Methods inherited from class java.util.EventObject

    getSource, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • userOriginated

      protected final boolean userOriginated
      Deprecated.
  • Constructor Details

    • JmixValueChangeEvent

      public JmixValueChangeEvent(com.vaadin.v7.ui.Field source, boolean userOriginated)
      Deprecated.
      Constructs a new event object with the specified source field object.
      Parameters:
      source - the field that caused the event.
  • Method Details

    • isUserOriginated

      public boolean isUserOriginated()
      Deprecated.
      Specified by:
      isUserOriginated in interface com.vaadin.event.HasUserOriginated