public interface

HasEditorDelegate

implements Editor<T>
com.google.gwt.editor.client.HasEditorDelegate<T>
Known Indirect Subclasses

Class Overview

Indicates that an Editor requires an EditorDelegate.

Summary

Public Methods
abstract void setDelegate(EditorDelegate<T> delegate)
Called by the EditorDriver to provide access to the EditorDelegate the Editor is peered with.

Public Methods

public abstract void setDelegate (EditorDelegate<T> delegate)

Called by the EditorDriver to provide access to the EditorDelegate the Editor is peered with.

Parameters
delegate an EditorDelegate of type T