Class JsonExportAction

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

@ActionType("jsonExport") public class JsonExportAction extends ExportAction
Action for export table content as JSON

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

  • Field Details

  • Constructor Details

    • JsonExportAction

      public JsonExportAction()
    • JsonExportAction

      public JsonExportAction(String id)
  • Method Details