public class ReadOnlyPIndexedNode<T> extends PropertyDelegate implements IndexedNode<T>
base, listeners, parentProperty| Constructor and Description |
|---|
ReadOnlyPIndexedNode(IndexedNode<T> base) |
| Modifier and Type | Method and Description |
|---|---|
ObservableList<IndexedNode<T>> |
children() |
List<WritableIndexedNode<T>> |
findChildren(Predicate<WritableIndexedNode<T>> filter,
boolean deep) |
T |
get() |
IndexedNode<T> |
getBase() |
boolean |
isWritable() |
IndexedNode<T> |
readOnly() |
events, propertyName, propertyType, userObjectsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindChildbindConvert, bindTarget, doNonNull, getOr, getOrDefault, getRequired, isNotNull, isNull, mapBooleanValue, mapDoubleValue, mapEqualsValue, mapFloatValue, mapIntValue, mapLongValue, mapNotEqualsValue, mapStringValue, mapValue, mapValue, propertyClass, unbind, withValueevents, getChildProperty, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, propertyName, propertyType, userObjects, with, withpublic ReadOnlyPIndexedNode(IndexedNode<T> base)
public IndexedNode<T> getBase()
getBase in class PropertyDelegatepublic boolean isWritable()
isWritable in interface PropertyisWritable in class PropertyDelegatepublic T get()
get in interface GetValueModel<T>get in interface ObservableValue<T>public List<WritableIndexedNode<T>> findChildren(Predicate<WritableIndexedNode<T>> filter, boolean deep)
findChildren in interface IndexedNode<T>public ObservableList<IndexedNode<T>> children()
children in interface IndexedNode<T>public IndexedNode<T> readOnly()
readOnly in interface IndexedNode<T>readOnly in interface ObservableValue<T>readOnly in interface PropertyCopyright © 2022 vpc open source initiative. All rights reserved.