Class AbstractItemEditorSource<D,V extends AbstractListItemView<D>>
java.lang.Object
org.gwtproject.editor.client.adapters.EditorSource<V>
de.knightsoftnet.mtwidgets.client.ui.widget.helper.AbstractItemEditorSource<D,V>
- Type Parameters:
D- type of data to editV- type of the view of a single item
public abstract class AbstractItemEditorSource<D,V extends AbstractListItemView<D>>
extends org.gwtproject.editor.client.adapters.EditorSource<V>
Abstract implementation of DataSource for a ListItem editor.
- Author:
- Manfred Tremmel
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractItemEditorSource(AbstractListEditor<D, V> listEditor) -
Method Summary
Methods inherited from class org.gwtproject.editor.client.adapters.EditorSource
create, createEditorForTraversal
-
Constructor Details
-
AbstractItemEditorSource
-
-
Method Details
-
create
- Specified by:
createin classorg.gwtproject.editor.client.adapters.EditorSource<V extends AbstractListItemView<D>>
-
dispose
- Overrides:
disposein classorg.gwtproject.editor.client.adapters.EditorSource<V extends AbstractListItemView<D>>
-
setIndex
- Overrides:
setIndexin classorg.gwtproject.editor.client.adapters.EditorSource<V extends AbstractListItemView<D>>
-
createItemView
create new instance of a item view.- Parameters:
index- of the item- Returns:
- item view
-