public class ResetableBooleanProperty extends AbstractResetableProperty<Boolean>
Type | Property and Description |
---|---|
ReadOnlyBooleanProperty |
baseValueBoolean |
ReadOnlyProperty<Boolean> |
baseValue
A property that tracks the base value of this
ResetableProperty . |
BooleanProperty |
valueBoolean |
Property<Boolean> |
value
A property that tracks the current value of this
ResetableProperty . |
protected BooleanProperty |
writableBaseValueBoolean |
protected Property<Boolean> |
writableBaseValue |
dirty
dirty
Constructor and Description |
---|
ResetableBooleanProperty() |
ResetableBooleanProperty(Boolean value) |
ResetableBooleanProperty(Object bean,
String name) |
ResetableBooleanProperty(Object bean,
String name,
Boolean baseValue) |
Modifier and Type | Method and Description |
---|---|
ReadOnlyBooleanProperty |
baseValueBooleanProperty() |
ReadOnlyProperty<Boolean> |
baseValueProperty()
A property that tracks the base value of this
ResetableProperty . |
BooleanProperty |
valueBooleanProperty() |
Property<Boolean> |
valueProperty()
A property that tracks the current value of this
ResetableProperty . |
protected BooleanProperty |
writableBaseValueBooleanProperty() |
protected Property<Boolean> |
writableBaseValueProperty() |
checkValuesAreNotEqual, createDirtyBinding, dirtyProperty, getBaseValue, getBean, getName, getValue, isDirty, rebase, reset, setValue
@Nonnull protected Property<Boolean> writableBaseValueProperty
writableBaseValueProperty
in class AbstractResetableProperty<Boolean>
@Nonnull protected BooleanProperty writableBaseValueBooleanProperty
@Nonnull public ReadOnlyProperty<Boolean> baseValueProperty
@Nonnull public ReadOnlyBooleanProperty baseValueBooleanProperty
@Nonnull public BooleanProperty valueBooleanProperty
public ResetableBooleanProperty()
public ResetableBooleanProperty(@Nullable Object bean, @Nonnull String name)
@Nonnull protected Property<Boolean> writableBaseValueProperty()
writableBaseValueProperty
in class AbstractResetableProperty<Boolean>
@Nonnull protected BooleanProperty writableBaseValueBooleanProperty()
@Nonnull public ReadOnlyProperty<Boolean> baseValueProperty()
ResetableProperty
ResetableProperty
.@Nonnull public ReadOnlyBooleanProperty baseValueBooleanProperty()
@Nonnull public Property<Boolean> valueProperty()
ResetableProperty
ResetableProperty
.@Nonnull public BooleanProperty valueBooleanProperty()