public class JasperReportViewStatusBarInfoHooker extends java.lang.Object implements ReportPreviewViewStatusbarHook
| Constructor and Description |
|---|
JasperReportViewStatusBarInfoHooker() |
| Modifier and Type | Method and Description |
|---|---|
void |
reportPreviewViewStatusbarHook_addLeft(AbstractReportPreviewView reportPreviewView,
ToolBar toolbar,
ReportDto report) |
void |
reportPreviewViewStatusbarHook_addRight(AbstractReportPreviewView reportPreviewView,
ToolBar toolbar,
ReportDto report) |
void |
reportPreviewViewStatusbarHook_cancel(ReportDto report,
AbstractReportPreviewView abstractReportPreviewView) |
void |
reportPreviewViewStatusbarHook_reportLoaded(ReportDto report,
<any> modalAsyncCallback,
DwModel result,
boolean configChanged) |
void |
reportPreviewViewStatusbarHook_reportToBeReloaded(ReportDto report,
AbstractReportPreviewView abstractReportPreviewView) |
void |
reportPreviewViewStatusbarHook_reportUpdated(ReportDto report,
AbstractReportPreviewView abstractReportPreviewView,
boolean configChanged) |
public void reportPreviewViewStatusbarHook_addLeft(AbstractReportPreviewView reportPreviewView, ToolBar toolbar, ReportDto report)
reportPreviewViewStatusbarHook_addLeft in interface ReportPreviewViewStatusbarHookpublic void reportPreviewViewStatusbarHook_addRight(AbstractReportPreviewView reportPreviewView, ToolBar toolbar, ReportDto report)
reportPreviewViewStatusbarHook_addRight in interface ReportPreviewViewStatusbarHookpublic void reportPreviewViewStatusbarHook_reportToBeReloaded(ReportDto report, AbstractReportPreviewView abstractReportPreviewView)
reportPreviewViewStatusbarHook_reportToBeReloaded in interface ReportPreviewViewStatusbarHookpublic void reportPreviewViewStatusbarHook_reportUpdated(ReportDto report, AbstractReportPreviewView abstractReportPreviewView, boolean configChanged)
reportPreviewViewStatusbarHook_reportUpdated in interface ReportPreviewViewStatusbarHookpublic void reportPreviewViewStatusbarHook_reportLoaded(ReportDto report, <any> modalAsyncCallback, DwModel result, boolean configChanged)
reportPreviewViewStatusbarHook_reportLoaded in interface ReportPreviewViewStatusbarHookpublic void reportPreviewViewStatusbarHook_cancel(ReportDto report, AbstractReportPreviewView abstractReportPreviewView)
reportPreviewViewStatusbarHook_cancel in interface ReportPreviewViewStatusbarHook