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, name, observers, propertyToUpdate, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(ReadOnlyProperty<T> property) voidbindBidirectional(Property<T> property) booleanisBound()booleanvoidvoidsetInitialValue(T initialValue) protected voidsetPropertyToUpdate(Property<T> property, boolean bidirectional) voidprotected voidvoidunbind()voidunset()Methods inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
addObserver, addOnChange, didChange, fireEvent, getBean, getInitialValue, getName, getValue, invalidated, isSet, removeAllObservers, removeObserver, setPropertyToUpdate, unsetPropertyToUpdate, willChange
-
Field Details
-
propertyBoundTo
-
bound
protected boolean bound
-
-
Constructor Details
-
Property
public Property() -
Property
-
Property
-
Property
-
-
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
-