|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opengts.war.report.presentation.ReportHeader
public class ReportHeader
| Constructor Summary | |
|---|---|
|
ReportHeader(ReportTable rptTable)
|
protected |
ReportHeader(ReportTable rptTable,
HeaderRowTemplate... hr)
|
| Method Summary | |
|---|---|
void |
writeCallback(OutputProvider out,
int level,
ReportData rd)
Sends the first line of the report to the callback method |
void |
writeCSV(java.io.PrintWriter out,
int level,
ReportData rptData)
Writes the first line of the CSV file containing the column descriptions |
void |
writeHTML(java.io.PrintWriter out,
int level,
ReportData rptData)
|
void |
writeXLS(ReportSpreadsheet rptSS,
int level,
ReportData rptData)
Writes the headert rows of the XLS file containing the column descriptions |
void |
writeXML(java.io.PrintWriter out,
int level,
ReportData rptData)
Writes the header portion of the XML file containing the column descriptions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportHeader(ReportTable rptTable)
protected ReportHeader(ReportTable rptTable,
HeaderRowTemplate... hr)
| Method Detail |
|---|
public void writeHTML(java.io.PrintWriter out,
int level,
ReportData rptData)
throws ReportException
ReportException
public void writeXML(java.io.PrintWriter out,
int level,
ReportData rptData)
throws ReportException
out - The stream to which the output is writtenlevel - The recursion levelrptData - The Report attributes
ReportException
public void writeCSV(java.io.PrintWriter out,
int level,
ReportData rptData)
throws ReportException
out - The stream to which the output is writtenlevel - The recursion levelrptData - The Report attributes
ReportException
public void writeXLS(ReportSpreadsheet rptSS,
int level,
ReportData rptData)
throws ReportException
rptSS - The spreadsheet instance to which the header is writtenlevel - The recursion levelrptData - The Report attributes
ReportException
public void writeCallback(OutputProvider out,
int level,
ReportData rd)
throws ReportException
out - The stream to which the output is writtenlevel - The recursion levelrd - The Report attributes
ReportException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||