Class ReadOnlyPNamedNode<T>
java.lang.Object
net.thevpc.common.props.impl.PropertyDelegate
net.thevpc.common.props.impl.ReadOnlyPNamedNode<T>
- All Implemented Interfaces:
GetValueModel<T>, NamedNode<T>, ObservableValue<T>, Property
-
Field Summary
Fields inherited from class PropertyDelegate
base, listeners, parentProperty -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchildren()findChildren(Predicate<WritableNamedNode<T>> filter, boolean deep) get()getBase()booleanreadOnly()Methods inherited from class PropertyDelegate
events, 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, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, propertyName, propertyType, userObjects, with, with
-
Constructor Details
-
ReadOnlyPNamedNode
-
-
Method Details
-
readOnly
-
getBase
- Overrides:
getBasein classPropertyDelegate
-
isWritable
public boolean isWritable()- Specified by:
isWritablein interfaceProperty- Overrides:
isWritablein classPropertyDelegate
-
get
- Specified by:
getin interfaceGetValueModel<T>- Specified by:
getin interfaceObservableValue<T>
-
findChildren
public Map<String, WritableNamedNode<T>> findChildren(Predicate<WritableNamedNode<T>> filter, boolean deep) - Specified by:
findChildrenin interfaceNamedNode<T>
-
children
-