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, invalidationObservers, 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) voidbooleanisBound()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
addInvalidationObserver, addObserver, addOnChange, addOnInvalidation, didChange, fireEvent, fireEvent, getBean, getInitialValue, getInvalidationObservers, getName, getObservers, getValue, isSet, removeAllInvalidationObservers, removeAllObservers, removeInvalidationObserver, removeObserver, setPropertyToUpdate, willChange
-
Field Details
-
propertyBoundTo
-
bound
protected boolean bound
-
-
Constructor Details
-
StringProperty
public StringProperty() -
StringProperty
-
StringProperty
-
StringProperty
-
-
Method Details
-
set
-
setValue
-
setValue
-
invalidated
public void invalidated()- Overrides:
invalidatedin classReadOnlyProperty<String>
-
unset
public void unset() -
setInitialValue
-
bind
-
isBound
public boolean isBound() -
bindBidirectional
-
isBoundBidirectional
public boolean isBoundBidirectional() -
unbind
public void unbind() -
setPropertyToUpdate
-