| Modifier and Type | Field and Description |
|---|---|
protected List<org.apache.commons.collections15.Closure<WidgetBuilder>> |
Widget.configurations |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected WidgetBuilder |
Widget.createBuilder(PanelBuilder container) |
| Modifier and Type | Method and Description |
|---|---|
void |
Widget.configure(WidgetBuilder builder)
Remember to call super if you override this template method.
|
| Modifier and Type | Method and Description |
|---|---|
Widget |
Widget.addConfiguration(org.apache.commons.collections15.Closure<? extends WidgetBuilder> configuration) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TreeBuilder<R> |
interface |
TreeNodeBuilder<S> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ButtonBuilder
Extension of
ControlBuilder specific for configurating buttons. |
interface |
ColumnBuilder<Row> |
interface |
ControlBuilder |
interface |
LabelBuilder |
interface |
ListBuilder<T> |
interface |
TableBuilder<Row> |
interface |
TextControlBuilder
Special builder for
TextBox controls |
interface |
WindowBuilder
Interfaz independiente de la tecnología que permite manipular las ventanas físicas sin acoplarse a ellas.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWidgetBuilder
Utility class for implementing widget builders.
|
class |
NoopWidgetBuilder
A
WidgetBuilder that does nothing. |
| Modifier and Type | Method and Description |
|---|---|
WidgetBuilder |
WidgetBuilder.onPack(Action action)
Allows to configure an action that will be executed just before the default "pack" action.
|
WidgetBuilder |
NoopWidgetBuilder.onPack(Action action) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractViewObservable<V extends Widget,C extends WidgetBuilder>
base class for viewobservables
|
class |
Binding<M,V extends Widget,C extends WidgetBuilder>
Abstracción que vincula dos propiedades observables: una del modelo y otra de la vista.
|
interface |
ViewObservable<V extends Widget,C extends WidgetBuilder>
Representa una propiedad una vista que puede ser utilizada dentro de un binding.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
LinkBuilder |
interface |
StyledControlBuilder
In scala this would be just a composite type
Controls that are styled
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WithCaption
A traits for controls with observable captions.
|
Copyright © 2015 Uqbar Project. All rights reserved.