| Interface | Description |
|---|---|
| Adapter |
A closure that configures a binding.
|
| Transformer<M,V> |
Converts and validates values coming from the view to the type and/or format needed in the model, and
viceversa.
|
| Class | Description |
|---|---|
| ContextFreeObservableProperty |
This observable property has no reference to the model.
|
| DateAdapter |
Convierte a Date los Strings en formato dd/MM/yyy.
|
| NoErrorsObservable |
Allows to observe if any control in the container window has errors.
|
| NotNullObservable | |
| ObservableCaption<V extends Widget,C extends WithCaption> |
Creates a binding to observe a button's "caption".
|
| ObservableItems<V extends Widget,T,C extends ListBuilder<T>> | |
| ObservableProperty<T> |
Observa una propiedad de un modelo.
|
| ObservableValue<V extends Control,C extends ControlBuilder> |
Observa el valor de un
Control |
| PropertyAdapter |
Adapts the model's object (to the view) by using one of its properties.
|
| ValueHolder<T> |
Copyright © 2015 Uqbar Project. All rights reserved.