java.lang.Object
eu.hansolo.toolbox.properties.ReadOnlyProperty<Boolean>
eu.hansolo.toolbox.properties.ReadOnlyBooleanProperty
eu.hansolo.toolbox.properties.BooleanProperty
-
Field Summary
FieldsFields inherited from class eu.hansolo.toolbox.properties.ReadOnlyBooleanProperty
bidirectional, propertyToUpdateFields inherited from class eu.hansolo.toolbox.properties.ReadOnlyProperty
bean, initialValue, invalidationObservers, name, observers, value -
Constructor Summary
ConstructorsConstructorDescriptionBooleanProperty(boolean value) BooleanProperty(Object bean, String name, boolean value) BooleanProperty(String name, boolean value) -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(ReadOnlyBooleanProperty property) voidbindBidirectional(BooleanProperty property) voidbooleanisBound()booleanvoidset(boolean value) voidsetInitialValue(Boolean initialValue) protected voidsetPropertyToUpdate(BooleanProperty property, boolean bidirectional) voidprotected voidsetValue(Boolean value, BooleanProperty property) voidunbind()voidunset()Methods inherited from class eu.hansolo.toolbox.properties.ReadOnlyBooleanProperty
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
-
BooleanProperty
public BooleanProperty() -
BooleanProperty
public BooleanProperty(boolean value) -
BooleanProperty
-
BooleanProperty
-
-
Method Details
-
set
public void set(boolean value) -
setValue
-
setValue
-
invalidated
public void invalidated()- Overrides:
invalidatedin classReadOnlyProperty<Boolean>
-
unset
public void unset() -
setInitialValue
-
bind
-
isBound
public boolean isBound() -
bindBidirectional
-
isBoundBidirectional
public boolean isBoundBidirectional() -
unbind
public void unbind() -
setPropertyToUpdate
-