Class EditorSource<E extends Editor<?>>

java.lang.Object
com.google.gwt.editor.client.adapters.EditorSource<E>
Type Parameters:
E - the type of Editor required
Direct Known Subclasses:
FakeEditorSource, HasDataEditor.HasDataEditorSource

public abstract class EditorSource<E extends Editor<?>> extends Object
An entity capable of creating and destroying instances of Editors. This type is used by Editors which operate on ordered data, such as ListEditor.
See Also: