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. -
-
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.JRTemplateReference
JRSimpleTemplate. removeIncludedTemplate(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 List<JRTemplateReference>
JRSimpleTemplate. getIncludedTemplatesList()
Methods in net.sf.jasperreports.engine with parameters of type JRTemplateReference Modifier and Type Method Description void
JRSimpleTemplate. addIncludedTemplate(int index, JRTemplateReference reference)
Adds an included template.void
JRSimpleTemplate. addIncludedTemplate(JRTemplateReference reference)
Adds an included template.boolean
JRSimpleTemplate. removeIncludedTemplate(JRTemplateReference reference)
Removes an included template.
-