public class ResetableStringProperty extends AbstractResetableProperty<String>
Type | Property and Description |
---|---|
ReadOnlyProperty<String> |
baseValue
A property that tracks the base value of this
ResetableProperty . |
ReadOnlyStringProperty |
baseValueString |
Property<String> |
value
A property that tracks the current value of this
ResetableProperty . |
StringProperty |
valueString |
protected Property<String> |
writableBaseValue |
protected StringProperty |
writableBaseValueString |
dirty
dirty
Constructor and Description |
---|
ResetableStringProperty() |
ResetableStringProperty(Object bean,
String name) |
ResetableStringProperty(Object bean,
String name,
String baseValue) |
ResetableStringProperty(String value) |
Modifier and Type | Method and Description |
---|---|
ReadOnlyProperty<String> |
baseValueProperty()
A property that tracks the base value of this
ResetableProperty . |
ReadOnlyStringProperty |
baseValueStringProperty() |
Property<String> |
valueProperty()
A property that tracks the current value of this
ResetableProperty . |
StringProperty |
valueStringProperty() |
protected Property<String> |
writableBaseValueProperty() |
protected StringProperty |
writableBaseValueStringProperty() |
checkValuesAreNotEqual, createDirtyBinding, dirtyProperty, getBaseValue, getBean, getName, getValue, isDirty, rebase, reset, setValue
@Nonnull protected Property<String> writableBaseValueProperty
writableBaseValueProperty
in class AbstractResetableProperty<String>
@Nonnull protected StringProperty writableBaseValueStringProperty
@Nonnull public ReadOnlyProperty<String> baseValueProperty
ResetableProperty.getBaseValue()
@Nonnull public ReadOnlyStringProperty baseValueStringProperty
@Nonnull public Property<String> valueProperty
ResetableProperty.getValue()
@Nonnull public StringProperty valueStringProperty
@Nonnull protected Property<String> writableBaseValueProperty()
writableBaseValueProperty
in class AbstractResetableProperty<String>
@Nonnull protected StringProperty writableBaseValueStringProperty()
@Nonnull public ReadOnlyProperty<String> baseValueProperty()
ResetableProperty
ResetableProperty
.ResetableProperty.getBaseValue()
@Nonnull public ReadOnlyStringProperty baseValueStringProperty()
@Nonnull public Property<String> valueProperty()
ResetableProperty
ResetableProperty
.ResetableProperty.getValue()
@Nonnull public StringProperty valueStringProperty()