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, unbind
bindBidirectional, bindBidirectional, bindBidirectional, unbindBidirectional, unbindBidirectional
concat, getValue, getValueSafe, greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, isEmpty, isEqualTo, isEqualTo, isEqualToIgnoreCase, isEqualToIgnoreCase, isNotEmpty, isNotEqualTo, isNotEqualTo, isNotEqualToIgnoreCase, isNotEqualToIgnoreCase, isNotNull, isNull, length, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo, stringExpression
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(String newValue)
set
in interface javafx.beans.value.WritableObjectValue<String>
set
in class javafx.beans.property.StringPropertyBase
public void setValue(String newValue)
setValue
in interface javafx.beans.value.WritableValue<String>
setValue
in class javafx.beans.property.StringProperty
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.