public class ResetableStringProperty extends AbstractResetableProperty<String>
| Type | Property and Description | 
|---|---|
| ReadOnlyProperty<String> | baseValueA property that tracks the base value of this  ResetableProperty. | 
| ReadOnlyStringProperty | baseValueString | 
| Property<String> | valueA property that tracks the current value of this  ResetableProperty. | 
| StringProperty | valueString | 
| protected Property<String> | writableBaseValue | 
| protected StringProperty | writableBaseValueString | 
dirtydirty| 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()
ResetablePropertyResetableProperty.ResetableProperty.getBaseValue()@Nonnull public ReadOnlyStringProperty baseValueStringProperty()
@Nonnull public Property<String> valueProperty()
ResetablePropertyResetableProperty.ResetableProperty.getValue()@Nonnull public StringProperty valueStringProperty()