Package io.jmix.ui.widget.compatibility
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 inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionJmixValueChangeEvent
(com.vaadin.v7.ui.Field source, boolean userOriginated) Deprecated.Constructs a new event object with the specified source field object. -
Method Summary
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
-
Field Details
-
userOriginated
protected final boolean userOriginatedDeprecated.
-
-
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 interfacecom.vaadin.event.HasUserOriginated
-