public class ResetableLongProperty extends AbstractResetableProperty<Number>
| Type | Property and Description | 
|---|---|
| ReadOnlyLongProperty | baseValueLong | 
| ReadOnlyProperty<Number> | baseValueA property that tracks the base value of this  ResetableProperty. | 
| LongProperty | valueLong | 
| Property<Number> | valueA property that tracks the current value of this  ResetableProperty. | 
| protected LongProperty | writableBaseValueLong | 
| protected Property<Number> | writableBaseValue | 
dirtydirty| Constructor and Description | 
|---|
| ResetableLongProperty() | 
| ResetableLongProperty(Long value) | 
| ResetableLongProperty(Object bean,
                     String name) | 
| ResetableLongProperty(Object bean,
                     String name,
                     Long baseValue) | 
| Modifier and Type | Method and Description | 
|---|---|
| ReadOnlyLongProperty | baseValueLongProperty() | 
| ReadOnlyProperty<Number> | baseValueProperty()A property that tracks the base value of this  ResetableProperty. | 
| LongProperty | valueLongProperty() | 
| Property<Number> | valueProperty()A property that tracks the current value of this  ResetableProperty. | 
| protected LongProperty | writableBaseValueLongProperty() | 
| 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 LongProperty writableBaseValueLongProperty
@Nonnull public ReadOnlyProperty<Number> baseValueProperty
@Nonnull public ReadOnlyLongProperty baseValueLongProperty
@Nonnull public LongProperty valueLongProperty
@Nonnull protected Property<Number> writableBaseValueProperty()
writableBaseValueProperty in class AbstractResetableProperty<Number>@Nonnull protected LongProperty writableBaseValueLongProperty()
@Nonnull public ReadOnlyProperty<Number> baseValueProperty()
ResetablePropertyResetableProperty.@Nonnull public ReadOnlyLongProperty baseValueLongProperty()
@Nonnull public Property<Number> valueProperty()
ResetablePropertyResetableProperty.@Nonnull public LongProperty valueLongProperty()