V - Value typepublic static interface ValueHolder.ValueChangeEvent<V> extends Serializable
ValueHolder.ValueChangeListener event.| Modifier and Type | Method and Description |
|---|---|
V |
getOldValue()
Returns the value of the source before this value change event occurred.
|
ValueHolder<V,?> |
getSource()
Get the source of this value change event.
|
V |
getValue()
Returns the new value that triggered this value change event.
|
boolean |
isUserOriginated()
Returns whether this event was triggered by user interaction, on the client side, or programmatically, on the
server side.
|
boolean isUserOriginated()
true if this event originates from the client, false otherwise.ValueHolder<V,?> getSource()
ValueHolder type sourceV getOldValue()
V getValue()
Copyright © 2019 The Holon Platform. All rights reserved.