GWT 2.3.0

Uses of Interface
com.google.gwt.requestfactory.shared.RequestFactory

Packages that use RequestFactory
com.google.gwt.requestfactory.client A package for managing client-server requests. 
com.google.gwt.requestfactory.client.testing Classes used for testing the request factory service. 
com.google.gwt.requestfactory.server.testing Classes used for testing the request factory service. 
 

Uses of RequestFactory in com.google.gwt.requestfactory.client
 

Methods in com.google.gwt.requestfactory.client with parameters of type RequestFactory
 void RequestFactoryEditorDriver.initialize(EventBus eventBus, RequestFactory requestFactory, E editor)
          Deprecated. Overload of RequestFactoryEditorDriver.initialize(RequestFactory, Editor) to allow a modified EventBus to be monitored for subscription services.
 void RequestFactoryEditorDriver.initialize(RequestFactory requestFactory, E editor)
          Deprecated. Initializes a driver with the editor it will run, and a RequestFactory to use for subscription services.
 

Uses of RequestFactory in com.google.gwt.requestfactory.client.testing
 

Methods in com.google.gwt.requestfactory.client.testing that return RequestFactory
 RequestFactory MockRequestFactoryEditorDriver.getRequestFactory()
          Deprecated. Returns null or the last value recorded.
 

Methods in com.google.gwt.requestfactory.client.testing with parameters of type RequestFactory
 void MockRequestFactoryEditorDriver.initialize(EventBus eventBus, RequestFactory requestFactory, E editor)
          Deprecated. Records its arguments.
 void MockRequestFactoryEditorDriver.initialize(RequestFactory requestFactory, E editor)
          Deprecated.  
 

Uses of RequestFactory in com.google.gwt.requestfactory.server.testing
 

Methods in com.google.gwt.requestfactory.server.testing with type parameters of type RequestFactory
static
<T extends RequestFactory>
T
RequestFactoryMagic.create(java.lang.Class<T> requestFactory)
          Deprecated. Create an instance of a RequestFactory.
 


GWT 2.3.0