public class ResetableFloatProperty extends AbstractResetableProperty<Number>
Type | Property and Description |
---|---|
ReadOnlyFloatProperty |
baseValueFloat |
ReadOnlyProperty<Number> |
baseValue
A property that tracks the base value of this
ResetableProperty . |
FloatProperty |
valueFloat |
Property<Number> |
value
A property that tracks the current value of this
ResetableProperty . |
protected FloatProperty |
writableBaseValueFloat |
protected Property<Number> |
writableBaseValue |
dirty
dirty
Constructor and Description |
---|
ResetableFloatProperty() |
ResetableFloatProperty(Float value) |
ResetableFloatProperty(Object bean,
String name) |
ResetableFloatProperty(Object bean,
String name,
Float baseValue) |
Modifier and Type | Method and Description |
---|---|
ReadOnlyFloatProperty |
baseValueFloatProperty() |
ReadOnlyProperty<Number> |
baseValueProperty()
A property that tracks the base value of this
ResetableProperty . |
FloatProperty |
valueFloatProperty() |
Property<Number> |
valueProperty()
A property that tracks the current value of this
ResetableProperty . |
protected FloatProperty |
writableBaseValueFloatProperty() |
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 FloatProperty writableBaseValueFloatProperty
@Nonnull public ReadOnlyProperty<Number> baseValueProperty
@Nonnull public ReadOnlyFloatProperty baseValueFloatProperty
@Nonnull public FloatProperty valueFloatProperty
@Nonnull protected Property<Number> writableBaseValueProperty()
writableBaseValueProperty
in class AbstractResetableProperty<Number>
@Nonnull protected FloatProperty writableBaseValueFloatProperty()
@Nonnull public ReadOnlyProperty<Number> baseValueProperty()
ResetableProperty
ResetableProperty
.@Nonnull public ReadOnlyFloatProperty baseValueFloatProperty()
@Nonnull public Property<Number> valueProperty()
ResetableProperty
ResetableProperty
.@Nonnull public FloatProperty valueFloatProperty()