Uses of Class
net.sf.jasperreports.engine.JRTemplateReference

Packages that use JRTemplateReference
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.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
 JRTemplateReference[] JRTemplate.getIncludedTemplates()
          Returns the templates included/referenced by this template.
 JRTemplateReference[] JRSimpleTemplate.getIncludedTemplates()
           
 JRTemplateReference JRSimpleTemplate.removeIncludedTemplate(java.lang.String location)
          Removes an included template.
 

Methods in net.sf.jasperreports.engine that return types with arguments of type JRTemplateReference
 java.util.List<JRTemplateReference> JRSimpleTemplate.getIncludedTemplatesList()
           
 

Methods in net.sf.jasperreports.engine with parameters of type JRTemplateReference
 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.
 

Uses of JRTemplateReference in net.sf.jasperreports.engine.xml
 

Methods in net.sf.jasperreports.engine.xml with parameters of type JRTemplateReference
protected  void JRXmlTemplateWriter.writeIncludedTemplate(JRTemplateReference reference)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com