Class AbstractListEditorWithProvider<D,V extends AbstractListItemView<D>>

Type Parameters:
D - type of item data to edit
V - type of view of the single items
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.logical.shared.HasValueChangeHandlers<List<D>>, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, HasVisibility, HasWidgets, HasWidgets.ForIsWidget, IndexedPanel, IndexedPanel.ForIsWidget, InsertPanel, InsertPanel.ForIsWidget, IsWidget, HasValidationMessageElement<List<D>,de.knightsoftnet.validators.client.editor.impl.ListValidationEditor<D,V>>, Iterable<Widget>, org.gwtproject.editor.client.Editor<List<D>>, org.gwtproject.editor.client.HasEditorErrors<List<D>>, org.gwtproject.editor.client.IsEditor<de.knightsoftnet.validators.client.editor.impl.ListValidationEditor<D,V>>

public abstract class AbstractListEditorWithProvider<D,V extends AbstractListItemView<D>> extends AbstractListEditor<D,V>
editor to edit a list of item entries using data provider.
Author:
Manfred Tremmel
  • Constructor Details

    • AbstractListEditorWithProvider

      public AbstractListEditorWithProvider(jakarta.inject.Provider<D> dataProvider)
  • Method Details