S - type of the source objectT - type of the value of the propertypublic interface IJFXControlValueProperty<S,T>
| Modifier and Type | Method and Description |
|---|---|
IJFXControlValueObservable<T> |
observe(Realm realm,
S control)
Create an observable on the given realm
|
IJFXControlValueObservable<T> |
observe(S control)
Create an observable on the default realm
|
IJFXControlValueObservable<T> |
observeDelayed(int delay,
S control)
Create an observable who waits for the given delay until informing about
the change
|
IJFXControlValueObservable<T> observe(S control)
control - the controlIJFXControlValueObservable<T> observe(Realm realm, S control)
realm - the realmcontrol - the controlIJFXControlValueObservable<T> observeDelayed(int delay, S control)
delay - the delaycontrol - the control