Uses of Class
net.sf.jasperreports.engine.JRTemplateReference
-
Packages that use JRTemplateReference Package Description 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.xml Contains classes for loading report templates from XML files. -
-
Uses of JRTemplateReference in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRTemplateReference Modifier and Type Method Description JRTemplateReference[]JRSimpleTemplate. getIncludedTemplates()JRTemplateReference[]JRTemplate. getIncludedTemplates()Returns the templates included/referenced by this template.JRTemplateReferenceJRSimpleTemplate. removeIncludedTemplate(java.lang.String location)Removes an included template.Methods in net.sf.jasperreports.engine that return types with arguments of type JRTemplateReference Modifier and Type Method Description java.util.List<JRTemplateReference>JRSimpleTemplate. getIncludedTemplatesList()Methods in net.sf.jasperreports.engine with parameters of type JRTemplateReference Modifier and Type Method Description voidJRSimpleTemplate. addIncludedTemplate(int index, JRTemplateReference reference)Adds an included template.voidJRSimpleTemplate. addIncludedTemplate(JRTemplateReference reference)Adds an included template.booleanJRSimpleTemplate. removeIncludedTemplate(JRTemplateReference reference)Removes an included template. -
Uses of JRTemplateReference in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml with parameters of type JRTemplateReference Modifier and Type Method Description protected voidJRXmlTemplateWriter. writeIncludedTemplate(JRTemplateReference reference)
-