Package net.lenkaspace.creeper.report

Examples of net.lenkaspace.creeper.report.CRBaseReport


   * Called when the Open Report button is pressed.
   * Tell CRReportController what to do.
   * @param reportName_ String selected report name
   */
  protected void onOpenReportClicked(String reportName_) {
    CRBaseReport report = controller.getReportController().getReport(reportName_);
    if (report != null) {
      report.display()
    }
  }
View Full Code Here

TOP

Related Classes of net.lenkaspace.creeper.report.CRBaseReport

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.