GWT 2.1.0

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

Packages that use RequestFactory
com.google.gwt.requestfactory.client   
com.google.gwt.requestfactory.client.testing   
 

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)
          Overload of RequestFactoryEditorDriver.initialize(RequestFactory, Editor) to allow a modified EventBus to be monitored for subscription services.
 void RequestFactoryEditorDriver.initialize(RequestFactory requestFactory, E editor)
          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()
          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)
          Records its arguments.
 void MockRequestFactoryEditorDriver.initialize(RequestFactory requestFactory, E editor)
           
 


GWT 2.1.0