public class NestedBooleanProperty extends javafx.beans.property.SimpleBooleanProperty implements NestedProperty<Boolean>
BooleanProperty which also implements NestedProperty.| Type | Property and Description | 
|---|---|
| javafx.beans.property.ReadOnlyBooleanProperty | innerObservablePresentIndicates 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(boolean newValue) | 
| void | setValue(Boolean newValue) | 
addListener, addListener, bind, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, toString, unbindbindBidirectional, booleanProperty, unbindBidirectionaland, asString, booleanExpression, booleanExpression, getValue, isEqualTo, isNotEqualTo, not, orclone, 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(boolean newValue)
set in interface javafx.beans.value.WritableBooleanValueset in class javafx.beans.property.BooleanPropertyBasepublic void setValue(Boolean newValue)
setValue in interface javafx.beans.value.WritableBooleanValuesetValue in interface javafx.beans.value.WritableValue<Boolean>setValue in class javafx.beans.property.BooleanPropertypublic 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.