Interface EditorDelegate<T>

Type Parameters:
T - the type of object the delegate can accept
All Known Implementing Classes:
MockEditorDelegate

public interface EditorDelegate<T>
Binds an individual Editor to the backing service. Every Editor has a peer EditorDelegate. If an Editor implements the ValueAwareEditor interface, the EditorDriver will make the delegate available through the HasEditorDelegate.setDelegate(com.google.gwt.editor.client.EditorDelegate<T>) method.
See Also: