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