Class WritableBooleanImpl
java.lang.Object
- All Implemented Interfaces:
GetValueModel<Boolean>, ObservableBoolean, ObservableValue<Boolean>, Property, SetValueModel<Boolean>, WritableBoolean, WritableProperty, WritableValue<Boolean>, WritableValueModel<Boolean>
- Author:
- thevpc
-
Field Summary
Fields inherited from class WritableValueBase
adjusters, vetosFields inherited from class ObservableValueBase
modelFields inherited from class PropertyBase
listeners, parentProperty -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> voidbindEquals(WritableValue<T> property, T value) readOnly()voidset(boolean value) Methods inherited from class WritableValueBase
adjusters, createReadOnly, currentPath, get, isWritable, model, set, vetosMethods inherited from class ObservableValueBase
equals, hashCode, toStringMethods inherited from class PropertyBase
createListeners, events, fullPropertyName, parentProperty, propagateEvents, propertyName, propertyType, userObjectsMethods inherited from interface ObservableBoolean
notMethods inherited from interface ObservableValue
bindConvert, bindTarget, doNonNull, get, getOr, getOrDefault, getRequired, isNotNull, isNull, mapBooleanValue, mapDoubleValue, mapEqualsValue, mapFloatValue, mapIntValue, mapLongValue, mapNotEqualsValue, mapStringValue, mapValue, mapValue, propertyClass, unbind, withValueMethods inherited from interface Property
events, getChildProperty, isWritable, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, propertyName, propertyType, userObjects, with, withMethods inherited from interface WritableProperty
adjusters, vetosMethods inherited from interface WritableValue
bind, bind, bind, bind, bindSource, bindTo, getOrCompute, set, setAndBind, setAndBindConvert, setUsing, setUsingNonNull
-
Constructor Details
-
WritableBooleanImpl
-
-
Method Details
-
set
public void set(boolean value) -
bindEquals
- Specified by:
bindEqualsin interfaceWritableBoolean
-
readOnly
- Specified by:
readOnlyin interfaceObservableBoolean- Specified by:
readOnlyin interfaceObservableValue<Boolean>- Specified by:
readOnlyin interfaceProperty- Overrides:
readOnlyin classWritableValueBase<Boolean>
-