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