| |
|
| java.lang.Object org.romaframework.aspect.reporting.jr.DesignJr
All known Subclasses: org.romaframework.aspect.reporting.jr.SRDesignJr,
DesignJr | public class DesignJr (Code) | | |
customTemplate | protected boolean customTemplate(Code) | | |
design | protected JasperDesign design(Code) | | |
DesignJr | public DesignJr()(Code) | | |
addSubReport | public void addSubReport(SchemaField iField, DesignElement subreport)(Code) | | Add a subreport to the design
Parameters: iField - Parameters: subreport - |
compile | public void compile(JasperDesign iDesign) throws JRException(Code) | | compiled JReport
throws: JRException - |
getBaseDesign | protected JasperDesign getBaseDesign()(Code) | | Get the base JR design to use for the rendering.
If no template is defined in the package of the application return the
template schema in {application.package}.reporting if
|
getCompiledReport | public JasperReport getCompiledReport() throws JRException(Code) | | Get the compiled JReport
throws: JRException - |
getDesign | public JasperDesign getDesign()(Code) | | |
isCustomTemplate | public boolean isCustomTemplate()(Code) | | Return true if a template is defined in the pakage of the class
|
|
|
|