|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestContext | |
---|---|
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.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 RequestContext in com.google.gwt.requestfactory.client |
---|
Methods in com.google.gwt.requestfactory.client that return RequestContext | |
---|---|
RequestContext |
RequestFactoryEditorDriver.flush()
Ensures that the Editor passed into RequestFactoryEditorDriver.initialize(com.google.gwt.event.shared.EventBus, com.google.gwt.requestfactory.shared.RequestFactory, E) and its
sub-editors, if any, have synced their UI state by invoking flushing them
in a depth-first manner. |
Methods in com.google.gwt.requestfactory.client with parameters of type RequestContext | |
---|---|
void |
RequestFactoryEditorDriver.edit(P proxy,
RequestContext request)
Start driving the Editor and its sub-editors with data. |
Uses of RequestContext in com.google.gwt.requestfactory.client.testing |
---|
Methods in com.google.gwt.requestfactory.client.testing that return RequestContext | |
---|---|
RequestContext |
MockRequestFactoryEditorDriver.flush()
Returns null or the last value recorded. |
RequestContext |
MockRequestFactoryEditorDriver.getSaveRequest()
Returns null or the last value recorded. |
Methods in com.google.gwt.requestfactory.client.testing with parameters of type RequestContext | |
---|---|
void |
MockRequestFactoryEditorDriver.edit(P proxy,
RequestContext saveRequest)
Records its arguments. |
Uses of RequestContext in com.google.gwt.requestfactory.shared |
---|
Subinterfaces of RequestContext in com.google.gwt.requestfactory.shared | |
---|---|
interface |
LoggingRequest
"API Generated" request selector interface implemented by objects that give client access to the methods of Logging . |
Methods in com.google.gwt.requestfactory.shared that return RequestContext | |
---|---|
RequestContext |
Request.to(Receiver<? super T> receiver)
Specify the object that will receive the result of the method invocation. |
|
GWT 2.1.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |