public interface IndexedNode<T> extends ObservableValue<T>
| Modifier and Type | Method and Description |
|---|---|
ObservableList<? extends IndexedNode<T>> |
children() |
default WritableIndexedNode<T> |
findChild(Object[] path) |
List<WritableIndexedNode<T>> |
findChildren(Predicate<WritableIndexedNode<T>> filter,
boolean deep) |
IndexedNode<T> |
readOnly() |
bindConvert, bindTarget, doNonNull, get, getOr, getOrDefault, getRequired, isNotNull, isNull, mapBooleanValue, mapDoubleValue, mapEqualsValue, mapFloatValue, mapIntValue, mapLongValue, mapNotEqualsValue, mapStringValue, mapValue, mapValue, propertyClass, unbind, withValueevents, getChildProperty, isWritable, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, propertyName, propertyType, userObjects, with, withList<WritableIndexedNode<T>> findChildren(Predicate<WritableIndexedNode<T>> filter, boolean deep)
default WritableIndexedNode<T> findChild(Object[] path)
ObservableList<? extends IndexedNode<T>> children()
IndexedNode<T> readOnly()
readOnly in interface ObservableValue<T>readOnly in interface PropertyCopyright © 2022 vpc open source initiative. All rights reserved.