public interface DataContainer
| Modifier and Type | Method and Description |
|---|---|
default BaseDataType |
getChangedValue()
Returns the BaseDataType instance representing the current value change since last call.
|
java.lang.String |
getText()
Get text representation of the selected value.
|
BaseDataType |
getValue()
Returns the BaseDataType instance representing the current value.
|
boolean |
isModified()
Getting the modification state of the widget.
|
void |
setValue(BaseDataType value)
Sets the BaseDataType instance representing the current value.
|
BaseDataType getValue()
default BaseDataType getChangedValue()
void setValue(BaseDataType value)
value - The value representing the current widget value.java.lang.String getText()
FillIn, for example) or label (for the
RadioButton, for example).boolean isModified()
true if the widget value was modified,
false otherwise.