GWT 2.3.0

Uses of Interface
com.google.web.bindery.requestfactory.shared.RequestFactory

Packages that use RequestFactory
com.google.web.bindery.requestfactory.gwt.client A package for managing client-server requests. 
com.google.web.bindery.requestfactory.gwt.client.testing Classes used for testing the request factory service. 
com.google.web.bindery.requestfactory.vm Classes to use RequestFactory in a non-GWT (e.g., Android or desktop) JRE environment. 
 

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

Methods in com.google.web.bindery.requestfactory.gwt.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.web.bindery.requestfactory.gwt.client.testing
 

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

Methods in com.google.web.bindery.requestfactory.gwt.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)
           
 

Uses of RequestFactory in com.google.web.bindery.requestfactory.vm
 

Methods in com.google.web.bindery.requestfactory.vm with type parameters of type RequestFactory
static
<T extends RequestFactory>
T
RequestFactorySource.create(java.lang.Class<T> requestFactory)
          Create an instance of a RequestFactory.
 


GWT 2.3.0