| Package | Description |
|---|---|
| org.uqbar.arena.bindings | |
| org.uqbar.arena.widgets | |
| org.uqbar.arena.widgets.tables | |
| org.uqbar.arena.widgets.tree | |
| org.uqbar.lacar.ui.model.bindings |
| Modifier and Type | Class and Description |
|---|---|
class |
ContextFreeObservableProperty
This observable property has no reference to the model.
|
class |
NoErrorsObservable
Allows to observe if any control in the container window has errors.
|
class |
NotNullObservable |
class |
ObservableProperty<T>
Observa una propiedad de un modelo.
|
| Modifier and Type | Method and Description |
|---|---|
<M,V extends Widget,C extends WidgetBuilder> |
Widget.addBinding(Observable<M> model,
ViewObservable<V,C> view)
Adds a binding betweeen two observables, validating them in this context.
|
<M,C extends ControlBuilder> |
Control.bindEnabled(Observable<M> modelObservable) |
<M,C extends ControlBuilder> |
Control.bindValue(Observable<M> modelObservable)
Binds the value hold by this control with an
ObservableProperty |
<C extends ControlBuilder> |
Control.bindVisible(Observable modelObservable) |
| Modifier and Type | Method and Description |
|---|---|
<M> Binding<Collection<R>,Table<R>,TableBuilder<R>> |
Table.bindItems(Observable<M> model)
Asigna el contenido de esta tabla.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObservableTwoProperty |
| Modifier and Type | Method and Description |
|---|---|
Binding<?,Tree,TreeBuilder<?>> |
Tree.bindContents(Observable model)
Asigna el contenido de esta Arbol.
|
| Modifier and Type | Method and Description |
|---|---|
<M> Binding<M,V,C> |
AbstractViewObservable.bindTo(Observable<M> observable) |
<M> Binding<M,V,C> |
ViewObservable.bindTo(Observable<M> observable)
The most important method from a user point-of-view.
|
| Constructor and Description |
|---|
Binding(Observable<M> model,
ViewObservable<V,C> view)
Constructor con un adapter por default.
|
Copyright © 2015 Uqbar Project. All rights reserved.