public interface BindableProxyProvider
BindableProxy
s (proxy objects for types annotated with Bindable
).Modifier and Type | Method and Description |
---|---|
BindableProxy<?> |
getBindableProxy(InitialState state)
Returns a proxy for a newly created model instance, bound to the provided widget.
|
BindableProxy<?> |
getBindableProxy(Object model,
InitialState state)
Returns a proxy for the provided model instance, bound to the provided widget.
|
BindableProxy<?> getBindableProxy(InitialState state)
state
- Specifies the origin of the initial state of both model and UI widget.BindableProxy<?> getBindableProxy(Object model, InitialState state)
model
- The model to proxy.state
- Specifies the origin of the initial state of both model and UI widget.Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.