GWT 2.1.0

Uses of Class
com.google.gwt.requestfactory.shared.RequestEvent.State

Packages that use RequestEvent.State
com.google.gwt.requestfactory.shared Shared classes used on both the client and the server side for transmitting data between the sever and the client in JSON format. 
 

Uses of RequestEvent.State in com.google.gwt.requestfactory.shared
 

Methods in com.google.gwt.requestfactory.shared that return RequestEvent.State
 RequestEvent.State RequestEvent.getState()
           
static RequestEvent.State RequestEvent.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RequestEvent.State[] RequestEvent.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.google.gwt.requestfactory.shared with parameters of type RequestEvent.State
RequestEvent(RequestEvent.State state, Response response)
           
 


GWT 2.1.0