Class JRAbstractScriptlet

java.lang.Object
net.sf.jasperreports.engine.JRAbstractScriptlet
Direct Known Subclasses:
JRDefaultScriptlet, JRFillDatasetScriptlet

public abstract class JRAbstractScriptlet extends Object
Defines an abstract representation of a report scriptlet. Scriptlets are useful when a specific behavior is needed in certain moments of the report filling process, such as report, column or group initialization. Scriptlets must implement the abstract methods that define the behavior at the specified moments.
Author:
Teodor Danciu (teodord@users.sourceforge.net)