Uses of Interface
net.sf.jasperreports.engine.JRScriptlet
-
Packages that use JRScriptlet Package Description net.sf.jasperreports.components.table.fill Contains fill time implementations for Table component related interfaces.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.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 Modifier and Type Method Description JRScriptlet[]
TableReport. getScriptlets()
JRScriptlet[]
TableReportDataset. getScriptlets()
-
Uses of JRScriptlet in net.sf.jasperreports.engine
Fields in net.sf.jasperreports.engine declared as JRScriptlet Modifier and Type Field Description protected JRScriptlet
JRAbstractScriptlet. scriptletDefinition
Methods in net.sf.jasperreports.engine that return JRScriptlet Modifier and Type Method Description JRScriptlet[]
JRDataset. getScriptlets()
Returns the dataset's scriptlets.JRScriptlet[]
JRReport. getScriptlets()
Methods in net.sf.jasperreports.engine with parameters of type JRScriptlet Modifier and Type Method Description void
JRAbstractScriptlet. setScriptletDefinition(JRScriptlet scriptletDefinition)
-
Uses of JRScriptlet in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRScriptlet Modifier and Type Class Description class
JRBaseScriptlet
Fields in net.sf.jasperreports.engine.base declared as JRScriptlet Modifier and Type Field Description protected JRScriptlet[]
JRBaseDataset. scriptlets
Methods in net.sf.jasperreports.engine.base that return JRScriptlet Modifier and Type Method Description 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 Modifier and Type Method Description protected JRBaseScriptlet
JRBaseObjectFactory. getScriptlet(JRScriptlet scriptlet)
Constructors in net.sf.jasperreports.engine.base with parameters of type JRScriptlet Constructor Description JRBaseScriptlet(JRScriptlet scriptlet, JRBaseObjectFactory factory)
-
Uses of JRScriptlet in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRScriptlet Modifier and Type Class Description class
JRDesignScriptlet
Fields in net.sf.jasperreports.engine.design with type parameters of type JRScriptlet Modifier and Type Field Description protected List<JRScriptlet>
JRDesignDataset. scriptletsList
protected Map<String,JRScriptlet>
JRDesignDataset. scriptletsMap
Scriptlets mapped by name.Methods in net.sf.jasperreports.engine.design that return JRScriptlet Modifier and Type Method Description JRScriptlet[]
JRDesignDataset. getScriptlets()
JRScriptlet
JasperDesign. removeScriptlet(String scriptletName)
Removes a report scriptlet, based on its name.JRScriptlet
JasperDesign. removeScriptlet(JRScriptlet scriptlet)
Removes a report scriptlet.JRScriptlet
JRDesignDataset. removeScriptlet(String scriptletName)
Removes a scriptlet from the dataset.JRScriptlet
JRDesignDataset. removeScriptlet(JRScriptlet scriptlet)
Removes a scriptlet from the dataset.Methods in net.sf.jasperreports.engine.design that return types with arguments of type JRScriptlet Modifier and Type Method Description List<JRScriptlet>
JasperDesign. getScriptletsList()
Gets a list of report scriptlets (excluding the one specified by scriptletClass).List<JRScriptlet>
JRDesignDataset. getScriptletsList()
Returns the list of scriptlets, excluding the scriptletClass one.Map<String,JRScriptlet>
JasperDesign. getScriptletsMap()
Gets a map of report scriptlets (excluding the one specified by scriptletClass).Map<String,JRScriptlet>
JRDesignDataset. getScriptletsMap()
Returns the map of scriptlets, excluding the scriptletClass one, indexed by name.Methods in net.sf.jasperreports.engine.design with parameters of type JRScriptlet Modifier and Type Method Description void
JasperDesign. addScriptlet(JRScriptlet scriptlet)
Adds a report scriplet.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.JRScriptlet
JasperDesign. removeScriptlet(JRScriptlet scriptlet)
Removes a report scriptlet.JRScriptlet
JRDesignDataset. removeScriptlet(JRScriptlet scriptlet)
Removes a scriptlet from the dataset.Method parameters in net.sf.jasperreports.engine.design with type arguments of type JRScriptlet Modifier and Type Method Description protected void
JRDesignDataset. setScriptlets(List<JRScriptlet> scriptlets)
-
Uses of JRScriptlet in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRScriptlet Modifier and Type Class Description class
JRFillScriptlet
Fields in net.sf.jasperreports.engine.fill declared as JRScriptlet Modifier and Type Field Description protected JRScriptlet
JRFillScriptlet. parent
Methods in net.sf.jasperreports.engine.fill that return JRScriptlet Modifier and Type Method Description JRScriptlet[]
JRFillDataset. getScriptlets()
Constructors in net.sf.jasperreports.engine.fill with parameters of type JRScriptlet Constructor Description JRFillScriptlet(JRScriptlet parent, JRFillObjectFactory factory)
-