public abstract class AbstractViewObservable<V extends Widget,C extends WidgetBuilder> extends Object implements ViewObservable<V,C>
| Constructor and Description |
|---|
AbstractViewObservable(V view) |
| Modifier and Type | Method and Description |
|---|---|
<M> Binding<M,V,C> |
bindTo(Observable<M> observable)
The most important method from a user point-of-view.
|
<M> Binding<M,V,C> |
bindToProperty(String propertyName)
Shortcut method.
|
V |
getView()
Returns the owner of the view observable.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateBindingpublic AbstractViewObservable(V view)
public V getView()
ViewObservablegetView in interface ViewObservable<V extends Widget,C extends WidgetBuilder>public <M> Binding<M,V,C> bindTo(Observable<M> observable)
ViewObservablebindTo in interface ViewObservable<V extends Widget,C extends WidgetBuilder>public <M> Binding<M,V,C> bindToProperty(String propertyName)
ViewObservablebindToProperty in interface ViewObservable<V extends Widget,C extends WidgetBuilder>Copyright © 2015 Uqbar Project. All rights reserved.