Class ExcelExportAction

All Implemented Interfaces:
ExecutableAction, SecuredAction, TargetAction<ListDataComponent<Object>>, Action, HasShortcutCombination, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@ActionType("excelExport") public class ExcelExportAction extends ExportAction
Action for export table content in XLSX format

Should be defined for a list component (Table, DataGrid, etc.).

  • Field Details

  • Constructor Details

    • ExcelExportAction

      public ExcelExportAction()
    • ExcelExportAction

      public ExcelExportAction(String id)
  • Method Details