Class ObservableValueDelegate<T>
java.lang.Object
net.thevpc.common.props.impl.PropertyDelegate
net.thevpc.common.props.impl.ObservableValueDelegate<T>
- All Implemented Interfaces:
GetValueModel<T>, ObservableValue<T>, Property
- Direct Known Subclasses:
ReadOnlyValue, WritableValueDelegate
-
Field Summary
Fields inherited from class PropertyDelegate
base, listeners, parentProperty -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PropertyDelegate
events, isWritable, propertyName, propertyType, userObjectsMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ObservableValue
bindConvert, bindTarget, doNonNull, getOr, getOrDefault, getRequired, isNotNull, isNull, mapBooleanValue, mapDoubleValue, mapEqualsValue, mapFloatValue, mapIntValue, mapLongValue, mapNotEqualsValue, mapStringValue, mapValue, mapValue, propertyClass, unbind, withValueMethods inherited from interface Property
events, getChildProperty, isWritable, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, propertyName, propertyType, userObjects, with, with
-
Constructor Details
-
ObservableValueDelegate
-
-
Method Details
-
getBase
- Overrides:
getBasein classPropertyDelegate
-
get
- Specified by:
getin interfaceGetValueModel<T>- Specified by:
getin interfaceObservableValue<T>
-
readOnly
- Specified by:
readOnlyin interfaceObservableValue<T>- Specified by:
readOnlyin interfaceProperty
-