|
Class Summary |
| AbstractReportElement |
This provides default implementations of all the interfaces that are
implemented by most elements that exist as part of the report framework. |
| DefaultReportVisitor |
This is an implementation of the ReportVisitor interface which does nothing. |
| DefaultXMLParseHandler |
This is the default xml parser handling class. |
| Document |
Represents a complete document that can be rendered to produce a valid
output result. |
| Fragment |
This element can be inserted into other elements as raw data to be rendered
as-is in the final output. |
| Group |
This provides a home for both queries and break elements. |
| Include |
This will render the named elements that are referenced. |
| NullReportStylesheet |
This provides the ReportStylesheet functionality for when the stylesheet
does not do anything but return null when queried. |
| QueryBoundResult |
This is used to get a particular cell of data from the results of the query
to the datasource. |
| ReportCompositeImpl |
The default concrete implementation of the ReportComposite interface. |
| ReportElementFactoryImpl |
This is the default implementation of the ReportElementFactory interface. |
| ReportSectionImpl |
This is the default implementation of a ReportSection instance. |
| RepositoryImpl |
This represents a storage area for a bunch of other element types, including
but not limited to, datasources, queries, documents, etc. |
| SectionBreak |
This provides for breaking a section into sub-sections based on various
events. |
| Style |
This represents either a style or a set of styles - known as a style-sheet
within a repository. |
| Table |
This will create a table in the document. |
| TableColumn |
This is used to contain the information about the column headers in a table. |
| TableHeaderRow |
The implementation of the table header row composite. |
| TableRow |
This contains all the data relating to a single row in the table. |
| TLine |
This is used to format the output of section headers into a table-like
format. |
| TreeTraverser |
This class is used to traverse a tree of elements, and call the accept
method on each element in the tree. |