Uses of Class
net.sf.jasperreports.engine.JRAbstractScriptlet
-
Packages that use JRAbstractScriptlet 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.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).net.sf.jasperreports.engine.scriptlets Contains factory interfaces and implementations for global report scriptlets.net.sf.jasperreports.governors Provides support for report governors. -
-
Uses of JRAbstractScriptlet in net.sf.jasperreports.components.table.fill
Subclasses of JRAbstractScriptlet in net.sf.jasperreports.components.table.fill Modifier and Type Class Description class
TableReportScriptlet
This scriptlet implementation for table component ended up not being used as a scriptlet, because its prior technique to detect the presence of at least one detail band on the page was not accurate in case the detail was overflowing onto the new page.Method parameters in net.sf.jasperreports.components.table.fill with type arguments of type JRAbstractScriptlet Modifier and Type Method Description void
TableReportDataset. addScriptlet(String name, Class<? extends JRAbstractScriptlet> type)
-
Uses of JRAbstractScriptlet in net.sf.jasperreports.engine
Subclasses of JRAbstractScriptlet in net.sf.jasperreports.engine Modifier and Type Class Description class
JRDefaultScriptlet
This class provides default empty implementations for scriptlet events. -
Uses of JRAbstractScriptlet in net.sf.jasperreports.engine.fill
Subclasses of JRAbstractScriptlet in net.sf.jasperreports.engine.fill Modifier and Type Class Description class
JRFillDatasetScriptlet
Fields in net.sf.jasperreports.engine.fill declared as JRAbstractScriptlet Modifier and Type Field Description protected JRAbstractScriptlet
JRFillDataset. delegateScriptlet
protected JRAbstractScriptlet
BaseReportFiller. scriptlet
Fields in net.sf.jasperreports.engine.fill with type parameters of type JRAbstractScriptlet Modifier and Type Field Description protected List<JRAbstractScriptlet>
JRFillDataset. scriptlets
The scriptlets used by the dataset.Methods in net.sf.jasperreports.engine.fill that return JRAbstractScriptlet Modifier and Type Method Description JRAbstractScriptlet
JRFillScriptlet. getScriptlet()
Methods in net.sf.jasperreports.engine.fill that return types with arguments of type JRAbstractScriptlet Modifier and Type Method Description protected List<JRAbstractScriptlet>
JRFillDataset. createScriptlets(Map<String,Object> parameterValues)
Creates the scriptlets.Methods in net.sf.jasperreports.engine.fill with parameters of type JRAbstractScriptlet Modifier and Type Method Description void
JRFillScriptlet. setScriptlet(JRAbstractScriptlet scriptlet)
-
Uses of JRAbstractScriptlet in net.sf.jasperreports.engine.scriptlets
Methods in net.sf.jasperreports.engine.scriptlets that return JRAbstractScriptlet Modifier and Type Method Description protected JRAbstractScriptlet
DefaultScriptletFactory. getScriptlet(String scriptletClassName)
Methods in net.sf.jasperreports.engine.scriptlets that return types with arguments of type JRAbstractScriptlet Modifier and Type Method Description List<JRAbstractScriptlet>
DefaultScriptletFactory. getScriplets(ScriptletFactoryContext context)
List<JRAbstractScriptlet>
ScriptletFactory. getScriplets(ScriptletFactoryContext context)
Returns a list of scriptlet instances to be used during report filling. -
Uses of JRAbstractScriptlet in net.sf.jasperreports.governors
Subclasses of JRAbstractScriptlet in net.sf.jasperreports.governors Modifier and Type Class Description class
MaxPagesGovernor
class
TimeoutGovernor
Methods in net.sf.jasperreports.governors that return JRAbstractScriptlet Modifier and Type Method Description protected JRAbstractScriptlet
GovernorFactory. getScriptlet(String scriptletClassName)
Methods in net.sf.jasperreports.governors that return types with arguments of type JRAbstractScriptlet Modifier and Type Method Description List<JRAbstractScriptlet>
GovernorFactory. getScriplets(ScriptletFactoryContext context)
-