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 |
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, setValueprotected Property<String> writableBaseValueProperty
writableBaseValueProperty in class AbstractResetableProperty<String>protected StringProperty writableBaseValueStringProperty
public ReadOnlyProperty<String> baseValueProperty
ResetableProperty.getBaseValue()public ReadOnlyStringProperty baseValueStringProperty
public Property<String> valueProperty
ResetableProperty.getValue()public StringProperty valueStringProperty
protected Property<String> writableBaseValueProperty()
writableBaseValueProperty in class AbstractResetableProperty<String>protected StringProperty writableBaseValueStringProperty()
public ReadOnlyProperty<String> baseValueProperty()
ResetablePropertyResetableProperty.ResetableProperty.getBaseValue()public ReadOnlyStringProperty baseValueStringProperty()
public Property<String> valueProperty()
ResetablePropertyResetableProperty.ResetableProperty.getValue()public StringProperty valueStringProperty()