public class NestedStringProperty extends javafx.beans.property.SimpleStringProperty implements NestedProperty<String>
StringProperty 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(String newValue) |
void |
setValue(String newValue) |
addListener, addListener, bind, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, toString, unbindbindBidirectional, bindBidirectional, bindBidirectional, unbindBidirectional, unbindBidirectionalconcat, getValue, getValueSafe, greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, isEmpty, isEqualTo, isEqualTo, isEqualToIgnoreCase, isEqualToIgnoreCase, isNotEmpty, isNotEqualTo, isNotEqualTo, isNotEqualToIgnoreCase, isNotEqualToIgnoreCase, isNotNull, isNull, length, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo, stringExpressionclone, 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(String newValue)
set in interface javafx.beans.value.WritableObjectValue<String>set in class javafx.beans.property.StringPropertyBasepublic void setValue(String newValue)
setValue in interface javafx.beans.value.WritableValue<String>setValue in class javafx.beans.property.StringPropertypublic 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.