GWT 2.3.0

com.google.gwt.requestfactory.client
Interface HasRequestContext<T>

Type Parameters:
T - the type of data being edited
All Superinterfaces:
Editor<T>

Deprecated.

@Deprecated
public interface HasRequestContext<T>
extends Editor<T>

Editors used with RequestFactoryEditorDriver that implement this interface will be provided with the RequestContext associated with the current editing session.

RequestFactory has moved to com.google.web.bindery.requestfactory. This package will be removed in a future version of GWT.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.editor.client.Editor
Editor.Ignore, Editor.Path
 
Method Summary
 void setRequestContext(RequestContext ctx)
          Deprecated. Called by RequestFactoryEditorDriver with the RequestContext passed into edit() or null if display() is called.
 

Method Detail

setRequestContext

void setRequestContext(RequestContext ctx)
Deprecated. 
Called by RequestFactoryEditorDriver with the RequestContext passed into edit() or null if display() is called.

Parameters:
the - RequestContext associated with the current editing session which may be null

GWT 2.3.0