org.opengts.war.report.presentation
Class HeaderRowTemplate

java.lang.Object
  extended by org.opengts.war.report.presentation.HeaderRowTemplate

public class HeaderRowTemplate
extends java.lang.Object


Field Summary
static java.lang.String GROUP_COL_CLASS
           
static java.lang.String GROUP_ROW_CLASS
           
static java.lang.String STYLE_CLASS
           
 
Constructor Summary
HeaderRowTemplate(ReportTable rptTable)
           
 
Method Summary
 void writeHTML(java.io.PrintWriter out, int level, ReportData report)
           
 void writeXLS(ReportSpreadsheet rptSS, int level, ReportData report)
           
 void writeXML(java.io.PrintWriter out, int level, ReportData report)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STYLE_CLASS

public static final java.lang.String STYLE_CLASS
See Also:
Constant Field Values

GROUP_ROW_CLASS

public static final java.lang.String GROUP_ROW_CLASS
See Also:
Constant Field Values

GROUP_COL_CLASS

public static final java.lang.String GROUP_COL_CLASS
See Also:
Constant Field Values
Constructor Detail

HeaderRowTemplate

public HeaderRowTemplate(ReportTable rptTable)
Method Detail

writeHTML

public void writeHTML(java.io.PrintWriter out,
                      int level,
                      ReportData report)
               throws ReportException
Throws:
ReportException

writeXML

public void writeXML(java.io.PrintWriter out,
                     int level,
                     ReportData report)
              throws ReportException
Throws:
ReportException

writeXLS

public void writeXLS(ReportSpreadsheet rptSS,
                     int level,
                     ReportData report)
              throws ReportException
Throws:
ReportException