Uses of Interface
net.sf.jasperreports.engine.JRScriptlet

Packages that use JRScriptlet
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.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). 
 

Uses of JRScriptlet in net.sf.jasperreports.components.table.fill
 

Methods in net.sf.jasperreports.components.table.fill that return JRScriptlet
 JRScriptlet[] TableReportDataset.getScriptlets()
           
 JRScriptlet[] TableReport.getScriptlets()
           
 

Uses of JRScriptlet in net.sf.jasperreports.engine
 

Methods in net.sf.jasperreports.engine that return JRScriptlet
 JRScriptlet[] JRDataset.getScriptlets()
          Returns the dataset's scriptlets.
 JRScriptlet[] JRReport.getScriptlets()
           
 

Uses of JRScriptlet in net.sf.jasperreports.engine.base
 

Classes in net.sf.jasperreports.engine.base that implement JRScriptlet
 class JRBaseScriptlet
           
 

Fields in net.sf.jasperreports.engine.base declared as JRScriptlet
protected  JRScriptlet[] JRBaseDataset.scriptlets
           
 

Methods in net.sf.jasperreports.engine.base that return JRScriptlet
 JRScriptlet[] JRBaseDataset.getScriptlets()
           
 JRScriptlet[] JRBaseReport.getScriptlets()
          Gets an array of report scriptlets (excluding the scriptletClass one).
 

Methods in net.sf.jasperreports.engine.base with parameters of type JRScriptlet
protected  JRBaseScriptlet JRBaseObjectFactory.getScriptlet(JRScriptlet scriptlet)
           
 

Constructors in net.sf.jasperreports.engine.base with parameters of type JRScriptlet
JRBaseScriptlet(JRScriptlet scriptlet, JRBaseObjectFactory factory)
           
 

Uses of JRScriptlet in net.sf.jasperreports.engine.design
 

Classes in net.sf.jasperreports.engine.design that implement JRScriptlet
 class JRDesignScriptlet
           
 

Fields in net.sf.jasperreports.engine.design with type parameters of type JRScriptlet
protected  java.util.List<JRScriptlet> JRDesignDataset.scriptletsList
           
protected  java.util.Map<java.lang.String,JRScriptlet> JRDesignDataset.scriptletsMap
          Scriptlets mapped by name.
 

Methods in net.sf.jasperreports.engine.design that return JRScriptlet
 JRScriptlet[] JRDesignDataset.getScriptlets()
           
 JRScriptlet JRDesignDataset.removeScriptlet(JRScriptlet scriptlet)
          Removes a scriptlet from the dataset.
 JRScriptlet JasperDesign.removeScriptlet(JRScriptlet scriptlet)
          Removes a report scriptlet.
 JRScriptlet JRDesignDataset.removeScriptlet(java.lang.String scriptletName)
          Removes a scriptlet from the dataset.
 JRScriptlet JasperDesign.removeScriptlet(java.lang.String scriptletName)
          Removes a report scriptlet, based on its name.
 

Methods in net.sf.jasperreports.engine.design that return types with arguments of type JRScriptlet
 java.util.List<JRScriptlet> JRDesignDataset.getScriptletsList()
          Returns the list of scriptlets, excluding the scriptletClass one.
 java.util.List<JRScriptlet> JasperDesign.getScriptletsList()
          Gets a list of report scriptlets (excluding the one specified by scriptletClass).
 java.util.Map<java.lang.String,JRScriptlet> JRDesignDataset.getScriptletsMap()
          Returns the map of scriptlets, excluding the scriptletClass one, indexed by name.
 java.util.Map<java.lang.String,JRScriptlet> JasperDesign.getScriptletsMap()
          Gets a map of report scriptlets (excluding the one specified by scriptletClass).
 

Methods in net.sf.jasperreports.engine.design with parameters of type JRScriptlet
 void JRDesignDataset.addScriptlet(int index, JRScriptlet scriptlet)
          Inserts a scriptlet at the specified position into the dataset.
 void JRDesignDataset.addScriptlet(JRScriptlet scriptlet)
          Adds a scriptlet to the dataset.
 void JasperDesign.addScriptlet(JRScriptlet scriptlet)
          Adds a report scriplet.
 JRScriptlet JRDesignDataset.removeScriptlet(JRScriptlet scriptlet)
          Removes a scriptlet from the dataset.
 JRScriptlet JasperDesign.removeScriptlet(JRScriptlet scriptlet)
          Removes a report scriptlet.
 

Uses of JRScriptlet in net.sf.jasperreports.engine.fill
 

Classes in net.sf.jasperreports.engine.fill that implement JRScriptlet
 class JRFillScriptlet
           
 

Fields in net.sf.jasperreports.engine.fill declared as JRScriptlet
protected  JRScriptlet JRFillScriptlet.parent
           
 

Methods in net.sf.jasperreports.engine.fill that return JRScriptlet
 JRScriptlet[] JRFillDataset.getScriptlets()
           
 

Constructors in net.sf.jasperreports.engine.fill with parameters of type JRScriptlet
JRFillScriptlet(JRScriptlet parent, JRFillObjectFactory factory)
           
 



© 2001-2010 Jaspersoft Corporation www.jaspersoft.com