java.lang.Object
javafx.beans.binding.StringExpression
javafx.beans.property.ReadOnlyStringProperty
javafx.beans.property.StringProperty
javafx.beans.property.StringPropertyBase
javafx.beans.property.SimpleStringProperty
impl.org.controlsfx.i18n.SimpleLocalizedStringProperty
- All Implemented Interfaces:
Observable,Property<String>,ReadOnlyProperty<String>,ObservableObjectValue<String>,ObservableStringValue,ObservableValue<String>,WritableObjectValue<String>,WritableStringValue,WritableValue<String>
A special implementation of string property which assumes that its content may be a key and
attempts to get localized text resource base on it.
It is intended for internal use only and will not work for bidirectional binding.
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleLocalizedStringProperty(Object bean, String name) SimpleLocalizedStringProperty(Object bean, String name, String initialValue) SimpleLocalizedStringProperty(String initialValue) -
Method Summary
Methods inherited from class javafx.beans.property.SimpleStringProperty
getBean, getNameMethods inherited from class javafx.beans.property.StringPropertyBase
addListener, addListener, bind, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, set, toString, unbindMethods inherited from class javafx.beans.property.StringProperty
bindBidirectional, bindBidirectional, bindBidirectional, setValue, unbindBidirectional, unbindBidirectionalMethods inherited from class javafx.beans.binding.StringExpression
concat, getValueSafe, greaterThan, greaterThan, greaterThanOrEqualTo, greaterThanOrEqualTo, isEmpty, isEqualTo, isEqualTo, isEqualToIgnoreCase, isEqualToIgnoreCase, isNotEmpty, isNotEqualTo, isNotEqualTo, isNotEqualToIgnoreCase, isNotEqualToIgnoreCase, isNotNull, isNull, length, lessThan, lessThan, lessThanOrEqualTo, lessThanOrEqualTo, stringExpression
-
Constructor Details
-
SimpleLocalizedStringProperty
public SimpleLocalizedStringProperty() -
SimpleLocalizedStringProperty
-
SimpleLocalizedStringProperty
-
SimpleLocalizedStringProperty
-
-
Method Details
-
getValue
- Specified by:
getValuein interfaceObservableValue<String>- Specified by:
getValuein interfaceWritableValue<String>- Overrides:
getValuein classStringExpression
-