|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindableProxyProvider
Provides instances of BindableProxy
s (proxy objects for types annotated with Bindable
).
Method Summary | |
---|---|
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. |
Method Detail |
---|
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.
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |