Class ShowExecutionReportHistoryAction<E>

All Implemented Interfaces:
ExecutableAction, SecuredAction, TargetAction<ListDataComponent<E>>, Action, HasShortcutCombination

@ActionType("report_showExecutionReportHistory") public class ShowExecutionReportHistoryAction<E> extends ListDataComponentAction<ShowExecutionReportHistoryAction<E>,E>
Standard action for displaying the report execution history.

Should be defined in the screen that is associated with Report. Should be defined for a Button or a list component (Table, DataGrid, etc.).

  • Field Details

  • Constructor Details

    • ShowExecutionReportHistoryAction

      public ShowExecutionReportHistoryAction()
    • ShowExecutionReportHistoryAction

      public ShowExecutionReportHistoryAction(String id)
  • Method Details

    • setMessages

      @Autowired public void setMessages(Messages messages)
    • setIcons

      @Autowired public void setIcons(Icons icons)
    • setDialogWindows

      @Autowired public void setDialogWindows(DialogWindows dialogWindows)
    • openLookup

      protected void openLookup(MetaClass metaClass)
    • openExecutionBrowser

      protected void openExecutionBrowser(Collection<Report> reports, View<?> screen)
    • execute

      public void execute()
      Description copied from interface: ExecutableAction
      Executes the Action