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 classTableReportScriptletThis 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 voidTableReportDataset. 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 classJRDefaultScriptletThis 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 classJRFillDatasetScriptletFields in net.sf.jasperreports.engine.fill declared as JRAbstractScriptlet Modifier and Type Field Description protected JRAbstractScriptletJRFillDataset. delegateScriptletprotected JRAbstractScriptletBaseReportFiller. scriptletFields in net.sf.jasperreports.engine.fill with type parameters of type JRAbstractScriptlet Modifier and Type Field Description protected List<JRAbstractScriptlet>JRFillDataset. scriptletsThe scriptlets used by the dataset.Methods in net.sf.jasperreports.engine.fill that return JRAbstractScriptlet Modifier and Type Method Description JRAbstractScriptletJRFillScriptlet. 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 voidJRFillScriptlet. 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 JRAbstractScriptletDefaultScriptletFactory. 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 classMaxPagesGovernorclassTimeoutGovernorMethods in net.sf.jasperreports.governors that return JRAbstractScriptlet Modifier and Type Method Description protected JRAbstractScriptletGovernorFactory. 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)
-