public class ResetableObjectProperty<E> extends AbstractResetableProperty<E>
Type | Property and Description |
---|---|
ReadOnlyObjectProperty |
baseValueObject |
ReadOnlyProperty<E> |
baseValue
A property that tracks the base value of this
ResetableProperty . |
ObjectProperty<E> |
valueObject |
Property<E> |
value
A property that tracks the current value of this
ResetableProperty . |
protected ObjectProperty |
writableBaseValueObject |
protected Property<E> |
writableBaseValue |
dirty
dirty
Constructor and Description |
---|
ResetableObjectProperty() |
ResetableObjectProperty(E value) |
ResetableObjectProperty(Object bean,
String name) |
ResetableObjectProperty(Object bean,
String name,
E baseValue) |
Modifier and Type | Method and Description |
---|---|
ReadOnlyObjectProperty |
baseValueObjectProperty() |
ReadOnlyProperty<E> |
baseValueProperty()
A property that tracks the base value of this
ResetableProperty . |
ObjectProperty<E> |
valueObjectProperty() |
Property<E> |
valueProperty()
A property that tracks the current value of this
ResetableProperty . |
protected ObjectProperty |
writableBaseValueObjectProperty() |
protected Property<E> |
writableBaseValueProperty() |
checkValuesAreNotEqual, createDirtyBinding, dirtyProperty, getBaseValue, getBean, getName, getValue, isDirty, rebase, reset, setValue
@Nonnull protected Property<E> writableBaseValueProperty
writableBaseValueProperty
in class AbstractResetableProperty<E>
@Nonnull protected ObjectProperty writableBaseValueObjectProperty
@Nonnull public ReadOnlyProperty<E> baseValueProperty
@Nonnull public ReadOnlyObjectProperty baseValueObjectProperty
@Nonnull public ObjectProperty<E> valueObjectProperty
@Nonnull protected Property<E> writableBaseValueProperty()
writableBaseValueProperty
in class AbstractResetableProperty<E>
@Nonnull protected ObjectProperty writableBaseValueObjectProperty()
@Nonnull public ReadOnlyProperty<E> baseValueProperty()
ResetableProperty
ResetableProperty
.@Nonnull public ReadOnlyObjectProperty baseValueObjectProperty()
@Nonnull public Property<E> valueProperty()
ResetableProperty
ResetableProperty
.@Nonnull public ObjectProperty<E> valueObjectProperty()