Package cli_fmw.report.implemenatation

Examples of cli_fmw.report.implemenatation.SegmentedTableBuilder


   * @param formClass - класс панели из которой был вызван
   * @return интерфейс для печати анализов
   */
 
  public static SegmentedTableReporter createAnalyseReporter(Class formClass){
    return new SegmentedTableBuilder();
  }
View Full Code Here

TOP

Related Classes of cli_fmw.report.implemenatation.SegmentedTableBuilder

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.