Package | Description |
---|---|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.base |
Contains base implementations for the library's main interfaces.
|
net.sf.jasperreports.engine.convert | |
net.sf.jasperreports.engine.design |
Contains design time implementations for the library's main interfaces as well as report compiling tools.
|
net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
|
net.sf.jasperreports.engine.util |
Contains utility classes for the core library.
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Method and Description |
---|---|
JRReportTemplate[] |
TableReport.getTemplates() |
Modifier and Type | Method and Description |
---|---|
JRReportTemplate[] |
JRReport.getTemplates()
Returns the list of report templates.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JRExpressionCollector.collect(JRReportTemplate template) |
Modifier and Type | Class and Description |
---|---|
class |
JRBaseReportTemplate
Base read-only implementation of
JRReportTemplate . |
Modifier and Type | Field and Description |
---|---|
protected JRReportTemplate[] |
JRBaseReport.templates
Report templates.
|
Modifier and Type | Method and Description |
---|---|
JRReportTemplate |
JRBaseObjectFactory.getReportTemplate(JRReportTemplate template) |
JRReportTemplate[] |
JRBaseReport.getTemplates() |
Modifier and Type | Method and Description |
---|---|
JRReportTemplate |
JRBaseObjectFactory.getReportTemplate(JRReportTemplate template) |
Constructor and Description |
---|
JRBaseReportTemplate(JRReportTemplate reportTemplate,
JRAbstractObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
protected void |
ReportConverter.loadReportTemplateStyles(JRReportTemplate template,
Set<String> loadedLocations) |
Modifier and Type | Class and Description |
---|---|
class |
JRDesignReportTemplate
JRReportTemplate implementation to be used at report design time. |
Modifier and Type | Method and Description |
---|---|
JRReportTemplate[] |
JasperDesign.getTemplates() |
Modifier and Type | Method and Description |
---|---|
List<JRReportTemplate> |
JasperDesign.getTemplatesList()
Returns the list of report templates defined in the report.
|
Modifier and Type | Method and Description |
---|---|
void |
JasperDesign.addTemplate(int index,
JRReportTemplate template)
Inserts a report template at specified position.
|
void |
JasperDesign.addTemplate(JRReportTemplate template)
Adds a report template.
|
boolean |
JasperDesign.removeTemplate(JRReportTemplate template)
Removes a report template.
|
protected void |
JRVerifier.verifyTemplate(JRReportTemplate template) |
Modifier and Type | Class and Description |
---|---|
class |
JRFillReportTemplate
Fill-time
JRReportTemplate implementation. |
Modifier and Type | Method and Description |
---|---|
JRFillReportTemplate |
JRFillObjectFactory.getReportTemplate(JRReportTemplate template) |
Constructor and Description |
---|
JRFillReportTemplate(JRReportTemplate template,
JRBaseFiller filler,
JRFillObjectFactory factory) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRApiWriter.writeTemplate(JRReportTemplate template,
String templateName) |
Modifier and Type | Method and Description |
---|---|
protected void |
JRXmlWriter.writeTemplate(JRReportTemplate template) |
Copyright © 2023 Cloud Software Group, Inc.. All rights reserved.