public class ResetableBooleanProperty extends AbstractResetableProperty<Boolean>
| Type | Property and Description | 
|---|---|
| ReadOnlyBooleanProperty | baseValueBoolean | 
| ReadOnlyProperty<Boolean> | baseValueA property that tracks the base value of this  ResetableProperty. | 
| BooleanProperty | valueBoolean | 
| Property<Boolean> | valueA property that tracks the current value of this  ResetableProperty. | 
| protected BooleanProperty | writableBaseValueBoolean | 
| protected Property<Boolean> | writableBaseValue | 
dirtydirty| 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()
ResetablePropertyResetableProperty.@Nonnull public ReadOnlyBooleanProperty baseValueBooleanProperty()
@Nonnull public Property<Boolean> valueProperty()
ResetablePropertyResetableProperty.@Nonnull public BooleanProperty valueBooleanProperty()