public interface ViewObservable<V extends Widget,C extends WidgetBuilder>
BindingBuilder que ya sabe qué parte
de la vista vincula, pero todavía no qué parte del modelo.BindingBuilder| 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.
|
BindingBuilder |
createBinding(C control)
Executes the actual binding between widget and model.
|
V |
getView()
Returns the owner of the view observable.
|
<M> Binding<M,V,C> bindTo(Observable<M> observable)
<M> Binding<M,V,C> bindToProperty(String propertyName)
BindingBuilder createBinding(C control)
V getView()
Copyright © 2015 Uqbar Project. All rights reserved.