Class ListDataComponentAction<A extends ListDataComponentAction<A,E>,E>

All Implemented Interfaces:
ExecutableAction, TargetAction<ListDataComponent<E>>, Action, HasShortcutCombination
Direct Known Subclasses:
AddAction, CreateAction, ExportAction, ListDynamicLocalizedMessageEditAction, RefreshAction, RunListEntityReportAction, RunReportAction, SecuredListDataComponentAction, ShowExecutionReportHistoryAction, ShowPivotTableAction

public abstract class ListDataComponentAction<A extends ListDataComponentAction<A,E>,E> extends SecuredBaseAction<A> implements TargetAction<ListDataComponent<E>>, ExecutableAction
  • Field Details

    • target

      protected ListDataComponent<E> target
    • selectionListenerRegistration

      protected com.vaadin.flow.shared.Registration selectionListenerRegistration
  • Constructor Details

    • ListDataComponentAction

      public ListDataComponentAction(String id)
  • Method Details