| Interface | Description |
|---|---|
| AbstractReportBuilder.CellValueRenderer<TRowObject> |
Defines a cell renderer.
|
| AbstractReportBuilder.ColumnHeaderRenderer |
Defines methods to draw column headers.
|
| AbstractReportBuilder.Footer |
Defines the footer data.
|
| AbstractReportBuilder.Header |
Defines the header data.
|
| AbstractReportBuilder.IPageCanvas |
Defines the page canvas.
|
| AbstractReportBuilder.Renderer<T> |
Defines methods to draw the report data on the page
|
| AbstractReportBuilder.SectionRenderer<T> |
The Interface SectionRenderer.
|
| AccountReportsExtension |
Account reports extension interface.
|
| PdfReportBuilder |
PdfReportBuilder defines a PDF report builder functionality.
|
| PdfReportBuilder.PdfDocument |
Defines the PDF report document interface.
|
| PdfReportBuilder.PdfReportSettings |
Defines the PDF report settings.
|
| ReportBuilder<S extends ReportBuilder.ReportSettings,D extends ReportBuilder.Document> |
Report builder interface that defines the supported report settings and the generation method.
|
| ReportBuilder.Document |
The document that holds the target report.
|
| ReportBuilder.ReportSettings |
Defines the supported report settings.
|
| ReportsFactory |
ReportsFactory defines factory methods to create report builder associated with the target
document type, see
DocumentType. |
| TextReportBuilder |
TextReportBuilder defines a text report builder functionality.
|
| TextReportBuilder.TextDocument |
Defines the document marker interface for text reports.
|
| TextReportBuilder.TextReportSettings |
Defines the supported report settings.
|
| Class | Description |
|---|---|
| AbstractReportBuilder<THeaderObject extends AbstractReportBuilder.Header,TRowObject,TFooterObject extends AbstractReportBuilder.Footer> |
AbstractReportBuilder is an abstract implementation of PdfReportBuilder.
|
| AbstractReportBuilder.ColumnInfo<TRowObject> |
The column info provides with an access getter to its cell's value and its cell's layout and
size.
|
| AbstractReportBuilder.ExtendedColumnInfo<TRowObject extends ExtendedRowInfo> |
The Extended Column Info.
|
| AbstractReportBuilder.PageState |
Defines the current page state
|
| AbstractReportBuilder.SimpleFooter |
The Class SimpleFooter.
|
| AbstractReportBuilder.SimpleHeader |
The Class SimpleHeader.
|
| AbstractReportBuilder.StaticColumnInfo<TRowObject extends ExtendedRowInfo> |
The Static Column Info.
|
| AccountData |
Base class for report account data.
|
| AccountsReportBuilder<TRowObject> |
Abstract base report builder for accounts reports.
|
| AccountsReportBuilder.AccountColumnInfo<T extends AccountData> |
A column info that allows to display extended rows.
|
| DefaultReportBuilder |
DefaultReportBuilder is a stub implementation of the PDF report builder.
|
| GroupsReportsBuilder |
GroupsReportsBuilder is a PDF report builder to produce Group Accounts reports.
|
| ProcessAccountData |
Class for report process account data.
|
| ProcessesReportsBuilder |
ProcessesReportsBuilder is a PDF report builder to produce Process Accounts reports.
|
| ReportsFactoryImpl |
ReportsFactoryImpl implements ReportFactory functionality.
|
| ReportsManager |
Reports manager hides internal reports implementations.
|
| UserAccountData |
Base class for user account data.
|
| UsersReportsBuilder |
UsersReportsBuilder is a PDF report builder to produce User Accounts reports.
|
| Enum | Description |
|---|---|
| AbstractReportBuilder.ColumnInfo.Alignment |
The Enum Alignment.
|