public class WritableIndexedNodeImpl<T> extends WritableValueBase<T> implements WritableIndexedNode<T>
adjusters, vetosmodellisteners, parentProperty| Constructor and Description |
|---|
WritableIndexedNodeImpl(String name,
PropertyType elementType) |
| Modifier and Type | Method and Description |
|---|---|
WritableList<WritableIndexedNode<T>> |
children() |
protected ObservableValue<T> |
createReadOnly() |
boolean |
equals(Object o) |
List<WritableIndexedNode<T>> |
findChildren(Predicate<WritableIndexedNode<T>> filter,
boolean deep) |
int |
hashCode() |
boolean |
isWritable() |
IndexedNode<T> |
readOnly() |
String |
toString() |
adjusters, currentPath, get, model, set, vetoscreateListeners, events, fullPropertyName, parentProperty, propagateEvents, propertyName, propertyType, userObjectsclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindChildbind, bind, bind, bind, bindSource, bindTo, getOrCompute, set, setAndBind, setAndBindConvert, setUsing, setUsingNonNullbindConvert, bindTarget, doNonNull, get, getOr, getOrDefault, getRequired, isNotNull, isNull, mapBooleanValue, mapDoubleValue, mapEqualsValue, mapFloatValue, mapIntValue, mapLongValue, mapNotEqualsValue, mapStringValue, mapValue, mapValue, propertyClass, unbind, withValueadjusters, vetosevents, getChildProperty, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, propertyName, propertyType, userObjects, with, withpublic WritableIndexedNodeImpl(String name, PropertyType elementType)
public boolean isWritable()
isWritable in interface PropertyisWritable in class WritableValueBase<T>public List<WritableIndexedNode<T>> findChildren(Predicate<WritableIndexedNode<T>> filter, boolean deep)
findChildren in interface IndexedNode<T>public IndexedNode<T> readOnly()
readOnly in interface IndexedNode<T>readOnly in interface ObservableValue<T>readOnly in interface PropertyreadOnly in class WritableValueBase<T>protected ObservableValue<T> createReadOnly()
createReadOnly in class WritableValueBase<T>public WritableList<WritableIndexedNode<T>> children()
children in interface IndexedNode<T>children in interface WritableIndexedNode<T>public String toString()
toString in class ObservableValueBase<T>public boolean equals(Object o)
equals in class ObservableValueBase<T>public int hashCode()
hashCode in class ObservableValueBase<T>Copyright © 2022 vpc open source initiative. All rights reserved.