Package | Description |
---|---|
org.jboss.errai.databinding.client | |
org.jboss.errai.databinding.client.api |
Modifier and Type | Method and Description |
---|---|
InitialState |
BindableProxyAgent.getInitialState()
Returns the
InitialState configured when the proxy was created. |
Modifier and Type | Method and Description |
---|---|
static <T> T |
BindableProxyFactory.getBindableProxy(Class<T> bindableType,
InitialState state)
Returns a proxy for a newly created model instance of the provided type.
|
BindableProxy<?> |
BindableProxyProvider.getBindableProxy(InitialState state)
Returns a proxy for a newly created model instance, bound to the provided widget.
|
BindableProxy<?> |
BindableProxyProvider.getBindableProxy(Object model,
InitialState state)
Returns a proxy for the provided model instance, bound to the provided widget.
|
static <T> T |
BindableProxyFactory.getBindableProxy(T model,
InitialState state)
Returns a new proxy for the provided model instance.
|
void |
BindableProxyAgent.setInitialState(InitialState initialState)
Configures the
InitialState . |
Modifier and Type | Method and Description |
---|---|
static InitialState |
InitialState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InitialState[] |
InitialState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T> DataBinder<T> |
DataBinder.forModel(T model,
InitialState initialState)
Creates a
DataBinder for the provided model instance, initializing
either model or UI widgets from the values defined by InitialState . |
static <T> DataBinder<T> |
DataBinder.forType(Class<T> modelType,
InitialState initialState)
Creates a
DataBinder for a new model instance of the provided type,
initializing either model or UI widgets from the values defined by
InitialState . |
T |
DataBinder.setModel(T model,
InitialState initialState)
Changes the underlying model instance.
|
T |
DataBinder.setModel(T model,
InitialState initialState,
boolean fireChangeEvents)
Changes the underlying model instance.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.