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