java.lang.Object
eu.hansolo.toolbox.properties.ReadOnlyProperty<String>
eu.hansolo.toolbox.properties.ReadOnlyStringProperty
eu.hansolo.toolbox.properties.StringProperty
-
Field Summary
FieldsFields inherited from class eu.hansolo.toolbox.properties.ReadOnlyStringProperty
bidirectional, propertyToUpdateFields inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
bean, initialValue, name, observers, value -
Constructor Summary
ConstructorsConstructorDescriptionStringProperty(Object bean, String name, String value) StringProperty(String value) StringProperty(String name, String value) -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(StringProperty property) voidbindBidirectional(StringProperty property) booleanisBound()booleanvoidvoidsetInitialValue(String initialValue) protected voidsetPropertyToUpdate(StringProperty property, boolean bidirectional) voidprotected voidsetValue(String value, StringProperty property) voidunbind()voidunset()Methods inherited from class eu.hansolo.toolbox.properties.ReadOnlyStringProperty
get, setPropertyToUpdate, unsetPropertyToUpdateMethods inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
addObserver, addOnChange, didChange, fireEvent, getBean, getInitialValue, getName, getValue, invalidated, isSet, removeAllObservers, removeListener, setPropertyToUpdate, willChange
-
Field Details
-
propertyBoundTo
-
bound
protected boolean bound
-
-
Constructor Details
-
StringProperty
public StringProperty() -
StringProperty
-
StringProperty
-
StringProperty
-
-
Method Details
-
setValue
-
set
-
setValue
-
unset
public void unset() -
setInitialValue
-
bind
-
isBound
public boolean isBound() -
bindBidirectional
-
isBoundBidirectional
public boolean isBoundBidirectional() -
unbind
public void unbind() -
setPropertyToUpdate
-