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

public interface HasEditorDelegate<T> extends Editor<T>
Indicates that an Editor requires an EditorDelegate.