public abstract class ObservableValueBase<T> extends PropertyBase implements ObservableValue<T>
| Modifier and Type | Field and Description |
|---|---|
protected GetValueModel<T> |
model |
listeners, parentProperty| Constructor and Description |
|---|
ObservableValueBase(String name,
PropertyType type,
GetValueModel<T> model) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
protected GetValueModel<T> |
model() |
String |
toString() |
createListeners, events, fullPropertyName, parentProperty, propagateEvents, propertyName, propertyType, userObjectsclone, finalize, getClass, notify, notifyAll, wait, wait, waitbindConvert, 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, withprotected GetValueModel<T> model
public ObservableValueBase(String name, PropertyType type, GetValueModel<T> model)
protected GetValueModel<T> model()
public String toString()
toString in class PropertyBaseCopyright © 2022 vpc open source initiative. All rights reserved.