Class ExcelExportAction

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

@ActionType("grdexp_excelExport") public class ExcelExportAction extends ExportAction
Action for export a ListDataComponent content in XLSX format.

Should be defined for a ListDataComponent (e.g. DataGrid).

  • Field Details

  • Constructor Details

    • ExcelExportAction

      public ExcelExportAction()
    • ExcelExportAction

      public ExcelExportAction(String id)
  • Method Details