Errai 3.0.1-SNAPSHOT

Uses of Class
org.jboss.errai.databinding.client.api.InitialState

Packages that use InitialState
org.jboss.errai.databinding.client   
org.jboss.errai.databinding.client.api   
 

Uses of InitialState in org.jboss.errai.databinding.client
 

Methods in org.jboss.errai.databinding.client that return InitialState
 InitialState BindableProxyAgent.getInitialState()
          Returns the InitialState configured when the proxy was created.
 

Methods in org.jboss.errai.databinding.client with parameters of type InitialState
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.
 

Uses of InitialState in org.jboss.errai.databinding.client.api
 

Methods in org.jboss.errai.databinding.client.api that return InitialState
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.
 

Methods in org.jboss.errai.databinding.client.api with parameters of type InitialState
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.
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.