| Interface | Description |
|---|---|
| BindableContainer |
Any class that implements this interface will support data binding between classes annotated with
@DataObject annotation and widgets inserted into this container. |
| ExpressionBinder.BindingContext |
| Class | Description |
|---|---|
| DataBindingHandler | |
| DataObjectBinder<T> | |
| DataObjectBinder.UpdatedStateBindingContext |
This binding context can be used only when we know that there is no write operation waiting to be
performed on the current bindable container.
|
| ExpressionBinder<W extends com.google.gwt.user.client.ui.IsWidget> |
Interface for expression binding between dataObjects and widgets in this view.
|
| PropertyBinder<T,W extends com.google.gwt.user.client.ui.IsWidget> |
Interface for data binding between dataObjects and widgets in this view.
|
Copyright © 2015. All rights reserved.