public abstract class ControlPropertyValueProperty<S,T> extends ControlReadOnlyPropertyValueProperty<S,T>
| Constructor and Description |
|---|
ControlPropertyValueProperty() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doSetValue(S source,
T value) |
protected abstract javafx.beans.property.Property<T> |
getProperty(S source)
Get the property
|
adaptListener, doGetValueobserve, observe, observeDelayedprotected abstract javafx.beans.property.Property<T> getProperty(S source)
ControlReadOnlyPropertyValuePropertygetProperty in class ControlReadOnlyPropertyValueProperty<S,T>source - the source