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, unbind
bindBidirectional, unbindBidirectional
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
bind, bindBidirectional, isBound, unbind, unbindBidirectional
public javafx.beans.property.ReadOnlyBooleanProperty innerObservablePresentProperty
innerObservablePresentProperty
in interface Nested
isInnerObservablePresent()
public void set(T newValue)
public void setValue(T newValue)
public javafx.beans.property.ReadOnlyBooleanProperty innerObservablePresentProperty()
Nested
innerObservablePresentProperty
in interface Nested
isInnerObservablePresent()
public boolean isInnerObservablePresent()
isInnerObservablePresent
in interface Nested
This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.