org.opengts.war.report.presentation
Class HeaderRowTemplate
java.lang.Object
org.opengts.war.report.presentation.HeaderRowTemplate
public class HeaderRowTemplate
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
HeaderRowTemplate
public HeaderRowTemplate(ReportTable rptTable)
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