Class ItemEditorSourceWithProvider<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>
de.knightsoftnet.mtwidgets.client.ui.widget.helper.ItemEditorSourceWithProvider<D,V>
Type Parameters:
D - type of data to edit
V - type of the view of a single item

public class ItemEditorSourceWithProvider<D,V extends AbstractListItemView<D>> extends AbstractItemEditorSource<D,V>
Implementation of DataSource for a ListItem editor using provider.
Author:
Manfred Tremmel
  • Constructor Details

    • ItemEditorSourceWithProvider

      public ItemEditorSourceWithProvider(AbstractListEditor<D,V> listEditor, jakarta.inject.Provider<V> itemViewProvider)
      constructor.
      Parameters:
      listEditor - the list editor which uses this sourcer
      itemViewProvider - provider to create new view items
  • Method Details