|
GWT 0.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestFactory | |
---|---|
com.google.gwt.requestfactory.client | A package for manging 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)
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)
|
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
|
RequestFactoryMagic.create(java.lang.Class<T> requestFactory)
Create an instance of a RequestFactory. |
|
GWT 0.0.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |