java.lang.Object
eu.hansolo.toolbox.properties.ReadOnlyProperty<T>
eu.hansolo.toolbox.properties.Property<T>
-
Field Summary
FieldsFields inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
bean, bidirectional, initialValue, invalidationObservers, name, observers, propertyToUpdate, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(ReadOnlyProperty<T> property) voidbindBidirectional(Property<T> property) voidbooleanisBound()booleanvoidvoidsetInitialValue(T initialValue) protected voidsetPropertyToUpdate(Property<T> property, boolean bidirectional) voidprotected voidvoidunbind()voidunset()Methods 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, unsetPropertyToUpdate, willChange
-
Field Details
-
propertyBoundTo
-
bound
protected boolean bound
-
-
Constructor Details
-
Property
public Property() -
Property
-
Property
-
Property
-
-
Method Details
-
set
-
setValue
-
setValue
-
invalidated
public void invalidated()- Overrides:
invalidatedin classReadOnlyProperty<T>
-
unset
public void unset() -
setInitialValue
-
bind
-
isBound
public boolean isBound() -
bindBidirectional
-
isBoundBidirectional
public boolean isBoundBidirectional() -
unbind
public void unbind() -
setPropertyToUpdate
-