Package | Description |
---|---|
org.jboss.errai.databinding.client |
Modifier and Type | Method and Description |
---|---|
Binding |
BindableProxyAgent.bind(com.google.gwt.user.client.ui.Widget widget,
String property,
Converter converter)
Binds the provided widget to the specified property (or property chain) of
the model instance associated with this proxy (see
DataBinder.setModel(Object, InitialState) ). |
Binding |
BindableProxyAgent.bind(com.google.gwt.user.client.ui.Widget widget,
String property,
Converter converter,
boolean bindOnKeyUp)
Binds the provided widget to the specified property (or property chain) of
the model instance associated with this proxy (see
DataBinder.setModel(Object, InitialState) ). |
Modifier and Type | Method and Description |
---|---|
void |
BindableProxyAgent.unbind(Binding binding)
Unbinds the property with the given name.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.