Class RunReportAction<E>

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

@ActionType("report_runReport") public class RunReportAction<E> extends ListDataComponentAction<RunReportAction<E>,E>
Standard action for running the reports associated with current screen or list component.

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