static class HasDataEditor.HasDataEditorSource<T> extends EditorSource<LeafValueEditor<T>>
Constructor and Description |
---|
HasDataEditorSource(HasData<T> data) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.editor.client.adapters.HasDataEditor.IndexedEditor<T> |
create(int index)
Create a new Editor.
|
LeafValueEditor<T> |
createEditorForTraversal()
Creates a temporary sub-Editor to use for traversal.
|
void |
dispose(LeafValueEditor<T> subEditor)
Called when an Editor no longer requires a sub-Editor.
|
void |
setIndex(LeafValueEditor<T> editor,
int index)
Re-order a sub-Editor.
|
create
public com.google.gwt.editor.client.adapters.HasDataEditor.IndexedEditor<T> create(int index)
EditorSource
create
in class EditorSource<LeafValueEditor<T>>
index
- the position at which the new Editor should be displayedEditor
of type Epublic LeafValueEditor<T> createEditorForTraversal()
EditorSource
For backwards compatibility with GWT 2.5.0 and earlier, the default implementation calls
create(0)
and disposes
the editor right away.
createEditorForTraversal
in class EditorSource<LeafValueEditor<T>>
Editor
of type EListEditor.createEditorForTraversal()
,
EditorContext.traverseSyntheticCompositeEditor(com.google.gwt.editor.client.EditorVisitor)
public void dispose(LeafValueEditor<T> subEditor)
EditorSource
dispose
in class EditorSource<LeafValueEditor<T>>
subEditor
- an Editor
of type Epublic void setIndex(LeafValueEditor<T> editor, int index)
EditorSource
setIndex
in class EditorSource<LeafValueEditor<T>>
editor
- an Editor
of type Eindex
- the index of the Editor