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, 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) booleanisBound()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
addObserver, addOnChange, didChange, fireEvent, getBean, getInitialValue, getName, getValue, invalidated, isSet, removeAllObservers, removeListener, setPropertyToUpdate, willChange
-
Field Details
-
propertyBoundTo
-
bound
protected boolean bound
-
-
Constructor Details
-
BooleanProperty
public BooleanProperty() -
BooleanProperty
public BooleanProperty(boolean value) -
BooleanProperty
-
BooleanProperty
-
-
Method Details
-
setValue
-
set
public void set(boolean value) -
setValue
-
unset
public void unset() -
setInitialValue
-
bind
-
isBound
public boolean isBound() -
bindBidirectional
-
isBoundBidirectional
public boolean isBoundBidirectional() -
unbind
public void unbind() -
setPropertyToUpdate
-