dori.jasper.engine
Class JRDefaultScriptlet

java.lang.Object
  extended bydori.jasper.engine.JRAbstractScriptlet
      extended bydori.jasper.engine.JRDefaultScriptlet

public class JRDefaultScriptlet
extends JRAbstractScriptlet


Field Summary
 
Fields inherited from class dori.jasper.engine.JRAbstractScriptlet
fieldsMap, groups, parametersMap, variablesMap
 
Constructor Summary
JRDefaultScriptlet()
           
 
Method Summary
 void afterColumnInit()
           
 void afterDetailEval()
           
 void afterGroupInit(java.lang.String groupName)
           
 void afterPageInit()
           
 void afterReportInit()
           
 void beforeColumnInit()
           
 void beforeDetailEval()
           
 void beforeGroupInit(java.lang.String groupName)
           
 void beforePageInit()
           
 void beforeReportInit()
           
 
Methods inherited from class dori.jasper.engine.JRAbstractScriptlet
callAfterColumnInit, callAfterDetailEval, callAfterGroupInit, callAfterPageInit, callAfterReportInit, callBeforeColumnInit, callBeforeDetailEval, callBeforeGroupInit, callBeforePageInit, callBeforeReportInit, getFieldValue, getParameterValue, getVariableValue, setData, setVariableValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRDefaultScriptlet

public JRDefaultScriptlet()
Method Detail

beforeReportInit

public void beforeReportInit()
                      throws JRScriptletException
Specified by:
beforeReportInit in class JRAbstractScriptlet
Throws:
JRScriptletException

afterReportInit

public void afterReportInit()
                     throws JRScriptletException
Specified by:
afterReportInit in class JRAbstractScriptlet
Throws:
JRScriptletException

beforePageInit

public void beforePageInit()
                    throws JRScriptletException
Specified by:
beforePageInit in class JRAbstractScriptlet
Throws:
JRScriptletException

afterPageInit

public void afterPageInit()
                   throws JRScriptletException
Specified by:
afterPageInit in class JRAbstractScriptlet
Throws:
JRScriptletException

beforeColumnInit

public void beforeColumnInit()
                      throws JRScriptletException
Specified by:
beforeColumnInit in class JRAbstractScriptlet
Throws:
JRScriptletException

afterColumnInit

public void afterColumnInit()
                     throws JRScriptletException
Specified by:
afterColumnInit in class JRAbstractScriptlet
Throws:
JRScriptletException

beforeGroupInit

public void beforeGroupInit(java.lang.String groupName)
                     throws JRScriptletException
Specified by:
beforeGroupInit in class JRAbstractScriptlet
Throws:
JRScriptletException

afterGroupInit

public void afterGroupInit(java.lang.String groupName)
                    throws JRScriptletException
Specified by:
afterGroupInit in class JRAbstractScriptlet
Throws:
JRScriptletException

beforeDetailEval

public void beforeDetailEval()
                      throws JRScriptletException
Specified by:
beforeDetailEval in class JRAbstractScriptlet
Throws:
JRScriptletException

afterDetailEval

public void afterDetailEval()
                     throws JRScriptletException
Specified by:
afterDetailEval in class JRAbstractScriptlet
Throws:
JRScriptletException


Copyright © 2001-2004 Teodor Danciu. All Rights Reserved.