Package org.activiti.explorer.ui.reports

Examples of org.activiti.explorer.ui.reports.RunReportsPage


  }
 
  // Reporting
 
  public void showRunReportPage() {
    switchView(new RunReportsPage(), ViewManager.MAIN_NAVIGATION_REPORT, ReportsMenuBar.ENTRY_RUN_REPORTS);
  }
View Full Code Here


  public void showRunReportPage() {
    switchView(new RunReportsPage(), ViewManager.MAIN_NAVIGATION_REPORT, ReportsMenuBar.ENTRY_RUN_REPORTS);
  }
 
  public void showRunReportPage(String reportId) {
    switchView(new RunReportsPage(reportId), ViewManager.MAIN_NAVIGATION_REPORT, ReportsMenuBar.ENTRY_RUN_REPORTS);
  }
View Full Code Here

TOP

Related Classes of org.activiti.explorer.ui.reports.RunReportsPage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.