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