| Modifier and Type | Method and Description |
|---|---|
BindingBuilder |
ObservableItems.createBinding(C control) |
BindingBuilder |
ObservableValue.createBinding(C control) |
BindingBuilder |
ObservableCaption.createBinding(C control) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyAdapter.configure(BindingBuilder binder) |
void |
ContextFreeObservableProperty.configure(BindingBuilder binder) |
void |
NotNullObservable.configure(BindingBuilder binder) |
void |
NoErrorsObservable.configure(BindingBuilder binder) |
void |
ObservableProperty.configure(BindingBuilder binder) |
void |
Adapter.configure(BindingBuilder binder) |
| Modifier and Type | Method and Description |
|---|---|
BindingBuilder |
ObservableTableContents.createBinding(TableBuilder<R> table) |
| Modifier and Type | Method and Description |
|---|---|
BindingBuilder |
ObservableTreeContents.createBinding(TreeBuilder<?> list) |
BindingBuilder |
TreeBuilder.observeContents() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObservableTwoProperty.configure(BindingBuilder binder) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ItemsBindingBuilder
Extended interface for bindings of controls with a list of items.
|
interface |
TreeItemsBindingBuilder |
| Modifier and Type | Method and Description |
|---|---|
<M,V> BindingBuilder |
ItemsBindingBuilder.adaptItemsUsingProperty(Class<?> modelType,
String propertyName)
Sets an adapter for the items of this binding, such as the elements of a
ListBuilder or the
contents of a ColumnBuilder. |
<M,V> BindingBuilder |
BindingBuilder.adaptWith(Transformer<M,V> transformer)
Sets an adapter strategy based on a
Transformer. |
<M,V> BindingBuilder |
BindingBuilder.modelToView(org.apache.commons.collections15.Transformer<M,V> transformer)
Configures the given "one-way" transformer to transform values coming from the MODEL
that will be set into the VIEW.
|
BindingBuilder |
ControlBuilder.observeBackground() |
BindingBuilder |
TableBuilder.observeContents() |
BindingBuilder |
ControlBuilder.observeForeground() |
BindingBuilder |
ListBuilder.observeItems()
Starts the creation of a binding to the 'items' property of this Control with an observable property of the model.
|
BindingBuilder |
ControlBuilder.observeTooltip() |
BindingBuilder |
ControlBuilder.observeValue()
Starts the creation of a binding to the 'value' property of this Control with an observable property of the model
|
BindingBuilder |
ControlBuilder.observeVisible()
Used to create a binding associated to the "visible" property of this control.
|
<M,V> BindingBuilder |
BindingBuilder.viewToModel(org.apache.commons.collections15.Transformer<V,M> transformer)
Configures the given "one-way" transformer to transform values coming from the VIEW
that will be set into the model.
|
| Modifier and Type | Method and Description |
|---|---|
BindingBuilder |
ViewObservable.createBinding(C control)
Executes the actual binding between widget and model.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Observable.configure(BindingBuilder binder)
Executes the actual binding between widget and model.
|
| Modifier and Type | Method and Description |
|---|---|
BindingBuilder |
WithCaption.observeCaption()
Starts a binding creation by returning a BindingBuilder
to bind the button's "caption" with something else (probably a
model's property).
|
<M> BindingBuilder |
WithImageBuilder.observeImage(org.apache.commons.collections15.Transformer<M,org.uqbar.arena.graphics.Image> transformer) |
Copyright © 2015 Uqbar Project. All rights reserved.