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