Class CubifyHooker
java.lang.Object
net.datenwerke.rs.base.client.reportengines.table.hookers.CubifyHooker
- All Implemented Interfaces:
Hook,ReportExecutorViewToolbarHook
-
Constructor Summary
ConstructorsConstructorDescriptionCubifyHooker(ToolbarService toolbarService, EnterpriseUiService enterpriseService) -
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
-
CubifyHooker
-
-
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
-