|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindableProxy<T>
This interface is implemented by the generated proxies for Bindable
types.
Method Summary | |
---|---|
T |
deepUnwrap()
Returns a new non-proxied instance with state copied recursively from this target. |
BindableProxyAgent<T> |
getAgent()
Returns the BindableProxyAgent of this proxy. |
void |
updateWidgets()
Updates all widgets bound to the model instance associated with this proxy (see BindableProxyAgent.bind(Widget, String, Converter) ). |
Methods inherited from interface org.jboss.errai.common.client.api.WrappedPortable |
---|
unwrap |
Methods inherited from interface org.jboss.errai.databinding.client.HasProperties |
---|
get, set |
Method Detail |
---|
BindableProxyAgent<T> getAgent()
BindableProxyAgent
of this proxy.
void updateWidgets()
BindableProxyAgent.bind(Widget, String, Converter)
). This method is only useful if the model instance has
undergone changes that were not caused by calls to methods on this proxy and were therefore not visible to this
proxy (e.g direct field access by JPA).
T deepUnwrap()
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |