net.ponec.jworksheet.report
Class TableReport

Package class diagram package TableReport
java.lang.Object
  extended by net.ponec.jworksheet.report.SuperReport
      extended by net.ponec.jworksheet.report.ReportA
          extended by net.ponec.jworksheet.report.TableReport
All Implemented Interfaces:
Calculator

public class TableReport
extends ReportA

Standard report


Field Summary
 
Fields inherited from class net.ponec.jworksheet.report.ReportA
groupSet
 
Fields inherited from class net.ponec.jworksheet.report.SuperReport
applContext, dateFrom, dateTo, reportTitle, workDayCount
 
Constructor Summary
TableReport(ApplContext context)
           
 
Method Summary
 java.lang.String printTable(java.util.List<java.util.List<java.lang.String>> table, java.lang.String title, boolean header)
          Print the data result
 
Methods inherited from class net.ponec.jworksheet.report.ReportA
calculate, createUjoComparator, getGroupSet, init, print, printDetail, printTotal, setGroupSet
 
Methods inherited from class net.ponec.jworksheet.report.SuperReport
escape, formatTime, formatTimeZero, getApplContext, getReport, getText, getWorkDayCount, init, isDayOff, printFilter, printTableBeg, printTableEnd
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableReport

public TableReport(ApplContext context)
Method Detail

printTable

public java.lang.String printTable(java.util.List<java.util.List<java.lang.String>> table,
                                   java.lang.String title,
                                   boolean header)
                            throws java.io.IOException
Print the data result

Throws:
java.io.IOException


Copyright © 2007-2009 PPonec