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
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:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EditorSource
public EditorSource()
-
-
Method Details
-
create
-
create
Create multiple Editors. This method may be optionally overridden to provide a more efficient means of creating Editors in bulk.- Parameters:
count- the number of Editors desiredindex- the position at which the new Editors should be displayed- Returns:
- a List of
Editors of type E
-
createEditorForTraversal
-
dispose
-
setIndex
-