public interface I_CmsReportApp
| Modifier and Type | Method and Description |
|---|---|
void |
goToMainView()
Method to open main view.
|
void |
openReport(java.lang.String path,
A_CmsReportThread thread,
java.lang.String title)
Method to open the report view for the import thread.
|
void goToMainView()
void openReport(java.lang.String path, A_CmsReportThread thread, java.lang.String title)
path - (state) in the appthread - which gets started and for which the report gets displayedtitle - to be shown for the report (title is caption of panel)