org.opengts.war.report
Interface ReportPresentation
- All Known Implementing Classes:
- ReportTable
public interface ReportPresentation
SORTTABLE_SORTKEY
static final java.lang.String SORTTABLE_SORTKEY
- See Also:
- Constant Field Values
SORTTABLE_JS
static final java.lang.String SORTTABLE_JS
- See Also:
- Constant Field Values
SORTTABLE_CSS_CLASS
static final java.lang.String SORTTABLE_CSS_CLASS
- See Also:
- Constant Field Values
SORTTABLE_CSS_NOSORT
static final java.lang.String SORTTABLE_CSS_NOSORT
- See Also:
- Constant Field Values
INDENT
static final int INDENT
- See Also:
- Constant Field Values
writeReport
int writeReport(java.lang.String format,
ReportData rd,
OutputProvider out,
int indentLevel)
throws ReportException
- Throws:
ReportException
writeReport
int writeReport(ReportURL.Format format,
ReportData rd,
OutputProvider out,
int indentLevel)
throws ReportException
- Throws:
ReportException