public interface IInputValueAccessor<VALUE_TYPE>
| Modifier and Type | Method and Description |
|---|---|
VALUE_TYPE |
getValue()
Gets the value
|
void |
setValue(VALUE_TYPE value)
Sets the value
|
void setValue(VALUE_TYPE value)
value - The value, may be nullVALUE_TYPE getValue()
Siehe auch Jowidgets Nutzerhandbuch