public interface BindableProxy<T> extends WrappedPortable, HasProperties
Bindable
types.Modifier and Type | Method and Description |
---|---|
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) ). |
unwrap
get, set
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()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.