T - the type of the value wrapped by this propertypublic class NestedObjectProperty<T> extends javafx.beans.property.SimpleObjectProperty<T> implements NestedProperty<T>
ObjectProperty which also implements NestedProperty.| Type | Property and Description |
|---|---|
javafx.beans.property.ReadOnlyBooleanProperty |
innerObservablePresent
Indicates whether the inner observable is currently present.
|
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ReadOnlyBooleanProperty |
innerObservablePresentProperty()
Indicates whether the inner observable is currently present.
|
boolean |
isInnerObservablePresent()
Gets the value of the property innerObservablePresent.
|
void |
set(T newValue) |
void |
setValue(T newValue) |
addListener, addListener, bind, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, toString, unbindbindBidirectional, unbindBidirectionalasString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpressionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbind, bindBidirectional, isBound, unbind, unbindBidirectionalpublic javafx.beans.property.ReadOnlyBooleanProperty innerObservablePresentProperty
innerObservablePresentProperty in interface NestedisInnerObservablePresent()public void set(T newValue)
public void setValue(T newValue)
public javafx.beans.property.ReadOnlyBooleanProperty innerObservablePresentProperty()
NestedinnerObservablePresentProperty in interface NestedisInnerObservablePresent()public boolean isInnerObservablePresent()
isInnerObservablePresent in interface NestedThis documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.