V
- the value typepublic static interface HasValue.ValueChangeEvent<V> extends Serializable
HasValue
changes.Modifier and Type | Method and Description |
---|---|
HasValue<?,V> |
getHasValue() |
V |
getOldValue()
Returns the value of the source before this value change event
occurred.
|
V |
getValue()
Returns the new value that triggered this value change event.
|
boolean |
isFromClient()
Checks if this event originated from the client side.
|
boolean isFromClient()
true
if the event originated from the client
side, false
otherwiseV getOldValue()
V getValue()
Copyright © 2024. All rights reserved.