public class WritableValueDelegate<T> extends ObservableValueDelegate<T> implements WritableValue<T>
base, listeners, parentProperty| Constructor and Description |
|---|
WritableValueDelegate(ObservableValue<T> base) |
| Modifier and Type | Method and Description |
|---|---|
PropertyAdjusters |
adjusters() |
protected WritableValue<T> |
getBase() |
void |
set(T v) |
PropertyVetos |
vetos() |
get, readOnlyevents, isWritable, propertyName, propertyType, userObjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbind, bind, bind, bind, bindSource, bindTo, getOrCompute, setAndBind, setAndBindConvert, setUsing, setUsingNonNullbindConvert, bindTarget, doNonNull, get, getOr, getOrDefault, getRequired, isNotNull, isNull, mapBooleanValue, mapDoubleValue, mapEqualsValue, mapFloatValue, mapIntValue, mapLongValue, mapNotEqualsValue, mapStringValue, mapValue, mapValue, propertyClass, readOnly, unbind, withValueevents, getChildProperty, isWritable, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, propertyName, propertyType, userObjects, with, withpublic WritableValueDelegate(ObservableValue<T> base)
protected WritableValue<T> getBase()
getBase in class ObservableValueDelegate<T>public PropertyAdjusters adjusters()
adjusters in interface WritablePropertypublic PropertyVetos vetos()
vetos in interface WritablePropertypublic void set(T v)
set in interface SetValueModel<T>set in interface WritableValue<T>Copyright © 2022 vpc open source initiative. All rights reserved.