| Package | Description |
|---|---|
| org.uqbar.arena.widgets | |
| org.uqbar.arena.widgets.tables | |
| org.uqbar.arena.widgets.traits | |
| org.uqbar.arena.widgets.tree | |
| org.uqbar.lacar.ui.model.bindings |
| Modifier and Type | Method and Description |
|---|---|
<M,V extends Widget,C extends WidgetBuilder> |
Widget.addBinding(Binding<M,V,C> binding) |
<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.
|
<C extends ControlBuilder,T,U> |
Control.bindBackground(String propertyName) |
Binding<?,Button,ButtonBuilder> |
Button.bindCaptionToProperty(String propertyName) |
Binding<?,Link,ButtonBuilder> |
Link.bindCaptionToProperty(String propertyName) |
<M,C extends ControlBuilder> |
Control.bindEnabled(Observable<M> modelObservable) |
<C extends ControlBuilder> |
Control.bindEnabledToProperty(String propertyName)
Binds the "enabled" property of this control to a property of the model of the container.
|
<C extends ControlBuilder,T,U> |
Control.bindForeground(String propertyName) |
<M> Binding<M,Button,ButtonBuilder> |
Button.bindImageToProperty(String propertyName,
org.apache.commons.collections15.Transformer<M,org.uqbar.arena.graphics.Image> transformer) |
<M> Binding |
Label.bindImageToProperty(String propertyName,
org.apache.commons.collections15.Transformer<M,org.uqbar.arena.graphics.Image> transformer) |
<M> Binding<M,Selector<T>,ListBuilder<T>> |
Selector.bindItems(ObservableProperty<M> modelObservable)
Binds the list of items in this Combo to an
ObservableProperty |
Binding<?,Selector<T>,ListBuilder<T>> |
Selector.bindItemsToProperty(String modelProperty)
Binds the list of items in this Combo with a property in the container model.
|
<M,C extends ControlBuilder> |
Control.bindValue(Observable<M> modelObservable)
Binds the value hold by this control with an
ObservableProperty |
<M,C extends ControlBuilder> |
Control.bindValueToProperty(String modelProperty)
Binds the value hold by this control with a property of the model of the container.
|
<M,C extends ControlBuilder> |
Spinner.bindValueToProperty(String modelProperty) |
<C extends ControlBuilder> |
Control.bindVisible(Observable modelObservable) |
<C extends ControlBuilder> |
Control.bindVisibleToProperty(String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
<M,V extends Widget,C extends WidgetBuilder> |
Widget.addBinding(Binding<M,V,C> binding) |
| 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.
|
Binding<Collection<R>,Table<R>,TableBuilder<R>> |
Table.bindItemsToProperty(String propertyName)
Asigna el contenido de esta tabla.
|
<C extends ControlBuilder> |
Table.bindSelectionToProperty(String selected)
Vincula la fila seleccionada de esta tabla con una propiedad del modelo asociado al contenedor.
|
| Modifier and Type | Method and Description |
|---|---|
<M> Binding |
WidgetWithImage.bindImageToProperty(String propertyName,
org.apache.commons.collections15.Transformer<M,org.uqbar.arena.graphics.Image> transformer) |
| Modifier and Type | Method and Description |
|---|---|
Binding<?,Tree,TreeBuilder<?>> |
Tree.bindContents(Observable model)
Asigna el contenido de esta Arbol.
|
Binding<?,Tree,TreeBuilder<?>> |
Tree.bindContentsToProperty(String parentPropertyName,
String childrenPropertyName) |
| 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.
|
<M> Binding<M,V,C> |
AbstractViewObservable.bindToProperty(String propertyName) |
<M> Binding<M,V,C> |
ViewObservable.bindToProperty(String propertyName)
Shortcut method.
|
Binding<M,V,C> |
Binding.notEmpty()
Specifies that the output of this binding will be a boolean telling if the string input value is not
null or empty.
|
Binding<M,V,C> |
Binding.notNull() |
Binding<M,V,C> |
Binding.setAdapter(Adapter adapter)
This is the most general way to set the strategy that adapts the values in the model to the values in
the view.
|
Binding<M,V,C> |
Binding.setModelToView(org.apache.commons.collections15.Transformer<M,?> transformer) |
Binding<M,V,C> |
Binding.setTransformer(Transformer<?,?> transformer)
Asigna la estrategia que determina la forma de transformar los valores provenientes del modelo al
formato requerido por la vista y viceversa.
|
Binding<M,V,C> |
Binding.setView(ViewObservable<V,C> view) |
Binding<M,V,C> |
Binding.setViewToModel(org.apache.commons.collections15.Transformer<?,M> transformer) |
Copyright © 2015 Uqbar Project. All rights reserved.