Class ReportRefreshExecutionHooker
java.lang.Object
net.datenwerke.rs.core.client.reportexecutor.ReportRefreshExecutionHooker
- All Implemented Interfaces:
Hook,ReportExecutorViewToolbarHook
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanreportPreviewViewToolbarHook_addLeft(ToolBar toolbar, ReportDto report, ReportExecutorInformation info, ReportExecutorMainPanel mainPanel) booleanreportPreviewViewToolbarHook_addRight(ToolBar toolbar, ReportDto report, ReportExecutorInformation info, ReportExecutorMainPanel mainPanel) voidreportPreviewViewToolbarHook_reportUpdated(ReportDto report, ReportExecutorInformation info)
-
Constructor Details
-
ReportRefreshExecutionHooker
-
-
Method Details
-
reportPreviewViewToolbarHook_addLeft
public boolean reportPreviewViewToolbarHook_addLeft(ToolBar toolbar, ReportDto report, ReportExecutorInformation info, ReportExecutorMainPanel mainPanel) - Specified by:
reportPreviewViewToolbarHook_addLeftin interfaceReportExecutorViewToolbarHook
-
reportPreviewViewToolbarHook_addRight
public boolean reportPreviewViewToolbarHook_addRight(ToolBar toolbar, ReportDto report, ReportExecutorInformation info, ReportExecutorMainPanel mainPanel) - Specified by:
reportPreviewViewToolbarHook_addRightin interfaceReportExecutorViewToolbarHook
-
reportPreviewViewToolbarHook_reportUpdated
public void reportPreviewViewToolbarHook_reportUpdated(ReportDto report, ReportExecutorInformation info) - Specified by:
reportPreviewViewToolbarHook_reportUpdatedin interfaceReportExecutorViewToolbarHook
-