Class LoadDetailsForEntryHooker
java.lang.Object
net.datenwerke.rs.scheduler.client.scheduler.schedulereportlist.hookers.LoadDetailsForEntryHooker
- All Implemented Interfaces:
Hook,ScheduledReportListDetailToolbarHook
public class LoadDetailsForEntryHooker
extends Object
implements ScheduledReportListDetailToolbarHook
-
Constructor Summary
ConstructorsConstructorDescriptionLoadDetailsForEntryHooker(SchedulerDao schedulerDao, ToolbarService toolbarService) -
Method Summary
Modifier and TypeMethodDescriptionvoidstatusBarToolbarHook_addLeft(ToolBar toolbar, ReportScheduleJobListInformation info, ReportScheduleJobInformation detailInfo, ScheduledReportListPanel reportListPanel) voidstatusBarToolbarHook_addRight(ToolBar toolbar, ReportScheduleJobListInformation info, ReportScheduleJobInformation detailInfo, ScheduledReportListPanel reportListPanel)
-
Constructor Details
-
LoadDetailsForEntryHooker
-
-
Method Details
-
statusBarToolbarHook_addLeft
public void statusBarToolbarHook_addLeft(ToolBar toolbar, ReportScheduleJobListInformation info, ReportScheduleJobInformation detailInfo, ScheduledReportListPanel reportListPanel) - Specified by:
statusBarToolbarHook_addLeftin interfaceScheduledReportListDetailToolbarHook
-
statusBarToolbarHook_addRight
public void statusBarToolbarHook_addRight(ToolBar toolbar, ReportScheduleJobListInformation info, ReportScheduleJobInformation detailInfo, ScheduledReportListPanel reportListPanel) - Specified by:
statusBarToolbarHook_addRightin interfaceScheduledReportListDetailToolbarHook
-