|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JRReportTemplate | |
|---|---|
| net.sf.jasperreports.components.table.fill | |
| net.sf.jasperreports.engine | Provides access to the library's main functionality through façade 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 | Utility classes. |
| net.sf.jasperreports.engine.xml | Contains classes for loading report templates from XML files. |
| Uses of JRReportTemplate in net.sf.jasperreports.components.table.fill |
|---|
| Methods in net.sf.jasperreports.components.table.fill that return JRReportTemplate | |
|---|---|
JRReportTemplate[] |
TableReport.getTemplates()
|
| Uses of JRReportTemplate in net.sf.jasperreports.engine |
|---|
| Methods in net.sf.jasperreports.engine that return JRReportTemplate | |
|---|---|
JRReportTemplate[] |
JRReport.getTemplates()
Returns the list of report templates. |
| Methods in net.sf.jasperreports.engine with parameters of type JRReportTemplate | |
|---|---|
protected void |
JRExpressionCollector.collect(JRReportTemplate template)
|
| Uses of JRReportTemplate in net.sf.jasperreports.engine.base |
|---|
| Classes in net.sf.jasperreports.engine.base that implement JRReportTemplate | |
|---|---|
class |
JRBaseReportTemplate
Base read-only implementation of JRReportTemplate. |
| Fields in net.sf.jasperreports.engine.base declared as JRReportTemplate | |
|---|---|
protected JRReportTemplate[] |
JRBaseReport.templates
Report templates. |
| Methods in net.sf.jasperreports.engine.base that return JRReportTemplate | |
|---|---|
JRReportTemplate |
JRBaseObjectFactory.getReportTemplate(JRReportTemplate template)
|
JRReportTemplate[] |
JRBaseReport.getTemplates()
|
| Methods in net.sf.jasperreports.engine.base with parameters of type JRReportTemplate | |
|---|---|
JRReportTemplate |
JRBaseObjectFactory.getReportTemplate(JRReportTemplate template)
|
| Constructors in net.sf.jasperreports.engine.base with parameters of type JRReportTemplate | |
|---|---|
JRBaseReportTemplate(JRReportTemplate reportTemplate,
JRAbstractObjectFactory factory)
|
|
| Uses of JRReportTemplate in net.sf.jasperreports.engine.convert |
|---|
| Methods in net.sf.jasperreports.engine.convert with parameters of type JRReportTemplate | |
|---|---|
protected void |
ReportConverter.loadReportTemplateStyles(JRReportTemplate template,
java.util.Set loadedLocations)
|
| Uses of JRReportTemplate in net.sf.jasperreports.engine.design |
|---|
| Classes in net.sf.jasperreports.engine.design that implement JRReportTemplate | |
|---|---|
class |
JRDesignReportTemplate
JRReportTemplate implementation to be used at report design time. |
| Methods in net.sf.jasperreports.engine.design that return JRReportTemplate | |
|---|---|
JRReportTemplate[] |
JasperDesign.getTemplates()
|
| Methods in net.sf.jasperreports.engine.design that return types with arguments of type JRReportTemplate | |
|---|---|
java.util.List<JRReportTemplate> |
JasperDesign.getTemplatesList()
Returns the list of report templates defined in the report. |
| Methods in net.sf.jasperreports.engine.design with parameters of type JRReportTemplate | |
|---|---|
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)
|
| Uses of JRReportTemplate in net.sf.jasperreports.engine.fill |
|---|
| Classes in net.sf.jasperreports.engine.fill that implement JRReportTemplate | |
|---|---|
class |
JRFillReportTemplate
Fill-time JRReportTemplate implementation. |
| Methods in net.sf.jasperreports.engine.fill with parameters of type JRReportTemplate | |
|---|---|
JRFillReportTemplate |
JRFillObjectFactory.getReportTemplate(JRReportTemplate template)
|
| Constructors in net.sf.jasperreports.engine.fill with parameters of type JRReportTemplate | |
|---|---|
JRFillReportTemplate(JRReportTemplate template,
JRBaseFiller filler,
JRFillObjectFactory factory)
|
|
| Uses of JRReportTemplate in net.sf.jasperreports.engine.util |
|---|
| Methods in net.sf.jasperreports.engine.util with parameters of type JRReportTemplate | |
|---|---|
protected void |
JRApiWriter.writeTemplate(JRReportTemplate template,
java.lang.String templateName)
|
| Uses of JRReportTemplate in net.sf.jasperreports.engine.xml |
|---|
| Methods in net.sf.jasperreports.engine.xml with parameters of type JRReportTemplate | |
|---|---|
protected void |
JRXmlWriter.writeTemplate(JRReportTemplate template)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||