public class ResetableLongProperty extends AbstractResetableProperty<Number>
Type | Property and Description |
---|---|
ReadOnlyLongProperty |
baseValueLong |
ReadOnlyProperty<Number> |
baseValue
A property that tracks the base value of this
ResetableProperty . |
LongProperty |
valueLong |
Property<Number> |
value
A property that tracks the current value of this
ResetableProperty . |
protected LongProperty |
writableBaseValueLong |
protected Property<Number> |
writableBaseValue |
dirty
dirty
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()
ResetableProperty
ResetableProperty
.@Nonnull public ReadOnlyLongProperty baseValueLongProperty()
@Nonnull public Property<Number> valueProperty()
ResetableProperty
ResetableProperty
.@Nonnull public LongProperty valueLongProperty()