Examples of RunReportsPage


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

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

  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
Copyright © 2018 www.massapi.com. 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.