public abstract class ControlReadOnlyPropertyValueProperty<S,T> extends ControlValueProperty<S,T>
| Constructor and Description |
|---|
ControlReadOnlyPropertyValueProperty() |
| Modifier and Type | Method and Description |
|---|---|
<any> |
adaptListener(<any> listener) |
protected T |
doGetValue(S source) |
protected abstract javafx.beans.property.ReadOnlyProperty<T> |
getProperty(S source)
Get the property
|
observe, observe, observeDelayed