public class DJDefaultScriptlet
extends net.sf.jasperreports.engine.JRDefaultScriptlet
Modifier and Type | Field and Description |
---|---|
protected FieldMapWrapper |
fieldMapWrapper |
protected static String |
FIELDS_KEY |
protected ParameterMapWrapper |
parameterMapWrapper |
protected static String |
PARAMS_KEY |
protected VariableMapWrapper |
variableMapWrapper |
protected static String |
VARS_KEY |
Constructor and Description |
---|
DJDefaultScriptlet() |
Modifier and Type | Method and Description |
---|---|
void |
beforeReportInit() |
Map |
getCurrentFiels() |
Map |
getCurrentParams() |
Map |
getCurrentVariables() |
protected void |
putValuesInMap() |
void |
setData(Map parsm,
Map fldsm,
Map varsm,
net.sf.jasperreports.engine.fill.JRFillGroup[] grps) |
afterColumnInit, afterDetailEval, afterGroupInit, afterPageInit, afterReportInit, beforeColumnInit, beforeDetailEval, beforeGroupInit, beforePageInit
callAfterColumnInit, callAfterDetailEval, callAfterGroupInit, callAfterPageInit, callAfterReportInit, callBeforeColumnInit, callBeforeDetailEval, callBeforeGroupInit, callBeforePageInit, callBeforeReportInit, getFieldValue, getParameterValue, getParameterValue, getVariableValue, setVariableValue
protected static final String VARS_KEY
protected static final String PARAMS_KEY
protected static final String FIELDS_KEY
protected FieldMapWrapper fieldMapWrapper
protected ParameterMapWrapper parameterMapWrapper
protected VariableMapWrapper variableMapWrapper
public void setData(Map parsm, Map fldsm, Map varsm, net.sf.jasperreports.engine.fill.JRFillGroup[] grps)
setData
in class net.sf.jasperreports.engine.JRAbstractScriptlet
protected void putValuesInMap()
public Map getCurrentFiels()
public Map getCurrentParams()
public Map getCurrentVariables()
public void beforeReportInit() throws net.sf.jasperreports.engine.JRScriptletException
beforeReportInit
in class net.sf.jasperreports.engine.JRDefaultScriptlet
net.sf.jasperreports.engine.JRScriptletException
Copyright © 2006–2014 FDV Solutions. All rights reserved.