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.
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