Package com.google.gwt.editor.client
Interface HasEditorDelegate<T>
- Type Parameters:
T
- the type of object the EditorDelegate operates on
- All Superinterfaces:
Editor<T>
- All Known Subinterfaces:
CompositeEditor<T,
,C, E> ValueAwareEditor<T>
- All Known Implementing Classes:
HasDataEditor
,ListEditor
,OptionalFieldEditor
,ValueBoxEditor
Indicates that an Editor requires an EditorDelegate.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gwt.editor.client.Editor
Editor.Ignore, Editor.Path
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDelegate
(EditorDelegate<T> delegate) Called by the EditorDriver to provide access to the EditorDelegate the Editor is peered with.
-
Method Details
-
setDelegate
Called by the EditorDriver to provide access to the EditorDelegate the Editor is peered with.- Parameters:
delegate
- anEditorDelegate
of type T
-