Package com.storedobject.vaadin
Class ChangedValue<V>
java.lang.Object
com.storedobject.vaadin.ChangedValue<V>
- Type Parameters:
V
- Value type of the field
A thin wrapper class that warps the details of value changed in a field (
HasValue
. Please note that this is a type-casted
version of ChangedValues
.-
Constructor Summary
ConstructorsConstructorDescriptionChangedValue
(com.vaadin.flow.component.HasValue.ValueChangeEvent<V> event) Constructor. -
Method Summary
-
Constructor Details
-
ChangedValue
Constructor.- Parameters:
event
- Value change event
-
-
Method Details
-
getValue
-
getOldValue
-
isFromClient
public boolean isFromClient()Check if the value change happened due to user interaction.- Returns:
- True or false.
-
getChanged
Get the field that is chnaged.- Returns:
- Field.
-