public abstract class ExpressionBinder<W extends com.google.gwt.user.client.ui.IsWidget> extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ExpressionBinder.BindingContext |
| Constructor and Description |
|---|
ExpressionBinder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bind(com.google.gwt.user.client.ui.IsWidget w) |
protected boolean |
isBound() |
protected abstract void |
updateExpression(ExpressionBinder.BindingContext context)
Update the widget expression binding
|
protected W extends com.google.gwt.user.client.ui.IsWidget widget
protected void bind(com.google.gwt.user.client.ui.IsWidget w)
protected boolean isBound()
protected abstract void updateExpression(ExpressionBinder.BindingContext context)
w - widgetCopyright © 2015. All rights reserved.