public class NestedBooleanProperty extends javafx.beans.property.SimpleBooleanProperty implements NestedProperty<Boolean>
BooleanProperty
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(boolean newValue) |
void |
setValue(Boolean newValue) |
addListener, addListener, bind, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, toString, unbind
bindBidirectional, booleanProperty, unbindBidirectional
and, asString, booleanExpression, booleanExpression, getValue, isEqualTo, isNotEqualTo, not, or
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(boolean newValue)
set
in interface javafx.beans.value.WritableBooleanValue
set
in class javafx.beans.property.BooleanPropertyBase
public void setValue(Boolean newValue)
setValue
in interface javafx.beans.value.WritableBooleanValue
setValue
in interface javafx.beans.value.WritableValue<Boolean>
setValue
in class javafx.beans.property.BooleanProperty
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.