public class ResetableIntegerProperty extends AbstractResetableProperty<java.lang.Number>
| Type | Property and Description |
|---|---|
javafx.beans.property.ReadOnlyIntegerProperty |
baseValueInteger |
javafx.beans.property.ReadOnlyProperty<java.lang.Number> |
baseValue
A property that tracks the base value of this
ResetableProperty. |
javafx.beans.property.IntegerProperty |
valueInteger |
javafx.beans.property.Property<java.lang.Number> |
value
A property that tracks the current value of this
ResetableProperty. |
protected javafx.beans.property.IntegerProperty |
writableBaseValueInteger |
protected javafx.beans.property.Property<java.lang.Number> |
writableBaseValue |
dirtydirty| Constructor and Description |
|---|
ResetableIntegerProperty() |
ResetableIntegerProperty(java.lang.Integer value) |
ResetableIntegerProperty(java.lang.Object bean,
java.lang.String name) |
ResetableIntegerProperty(java.lang.Object bean,
java.lang.String name,
java.lang.Integer baseValue) |
| Modifier and Type | Method and Description |
|---|---|
javafx.beans.property.ReadOnlyIntegerProperty |
baseValueIntegerProperty() |
javafx.beans.property.ReadOnlyProperty<java.lang.Number> |
baseValueProperty()
A property that tracks the base value of this
ResetableProperty. |
javafx.beans.property.IntegerProperty |
valueIntegerProperty() |
javafx.beans.property.Property<java.lang.Number> |
valueProperty()
A property that tracks the current value of this
ResetableProperty. |
protected javafx.beans.property.IntegerProperty |
writableBaseValueIntegerProperty() |
protected javafx.beans.property.Property<java.lang.Number> |
writableBaseValueProperty() |
checkValuesAreNotEqual, createDirtyBinding, dirtyProperty, getBaseValue, getBean, getName, getValue, isDirty, rebase, reset, setValue@Nonnull protected javafx.beans.property.Property<java.lang.Number> writableBaseValueProperty
writableBaseValueProperty in class AbstractResetableProperty<java.lang.Number>@Nonnull protected javafx.beans.property.IntegerProperty writableBaseValueIntegerProperty
@Nonnull public javafx.beans.property.ReadOnlyProperty<java.lang.Number> baseValueProperty
@Nonnull public javafx.beans.property.ReadOnlyIntegerProperty baseValueIntegerProperty
@Nonnull public javafx.beans.property.Property<java.lang.Number> valueProperty
@Nonnull public javafx.beans.property.IntegerProperty valueIntegerProperty
public ResetableIntegerProperty()
public ResetableIntegerProperty(@Nullable
java.lang.Integer value)
public ResetableIntegerProperty(@Nullable
java.lang.Object bean,
@Nonnull
java.lang.String name)
public ResetableIntegerProperty(@Nullable
java.lang.Object bean,
@Nonnull
java.lang.String name,
@Nullable
java.lang.Integer baseValue)
@Nonnull protected javafx.beans.property.Property<java.lang.Number> writableBaseValueProperty()
writableBaseValueProperty in class AbstractResetableProperty<java.lang.Number>@Nonnull protected javafx.beans.property.IntegerProperty writableBaseValueIntegerProperty()
@Nonnull public javafx.beans.property.ReadOnlyProperty<java.lang.Number> baseValueProperty()
ResetablePropertyResetableProperty.@Nonnull public javafx.beans.property.ReadOnlyIntegerProperty baseValueIntegerProperty()
@Nonnull public javafx.beans.property.Property<java.lang.Number> valueProperty()
ResetablePropertyResetableProperty.@Nonnull public javafx.beans.property.IntegerProperty valueIntegerProperty()