Interface HasRequestContext<T>
- Type Parameters:
T- the type of data being edited
- All Superinterfaces:
Editor<T>
Editors used with
RequestFactoryEditorDriver that implement this
interface will be provided with the RequestContext associated with
the current editing session.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gwt.editor.client.Editor
Editor.Ignore, Editor.Path -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled byRequestFactoryEditorDriverwith theRequestContextpassed intoedit()ornullifdisplay()is called.
-
Method Details