public abstract class ControlValueProperty<S,T> extends <any> implements IJFXControlValueProperty<S,T>
| Constructor and Description |
|---|
ControlValueProperty() |
| 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
|
public IJFXControlValueObservable<T> observeDelayed(int delay, S control)
IJFXControlValuePropertyobserveDelayed in interface IJFXControlValueProperty<S,T>delay - the delaycontrol - the controlpublic IJFXControlValueObservable<T> observe(S control)
IJFXControlValuePropertyobserve in interface IJFXControlValueProperty<S,T>control - the controlpublic IJFXControlValueObservable<T> observe(Realm realm, S control)
IJFXControlValuePropertyobserve in interface IJFXControlValueProperty<S,T>realm - the realmcontrol - the control