Package | Description |
---|---|
net.sf.jasperreports.compilers |
Contains classes for report compiling and expressions evaluating.
|
net.sf.jasperreports.components.headertoolbar |
Contains classes for the built-in Header Toolbar component.
|
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).
|
Modifier and Type | Method and Description |
---|---|
protected void |
JRBshEvaluator.customizedInit(Map<String,JRFillParameter> pars,
Map<String,JRFillField> fldsm,
Map<String,JRFillVariable> varsm) |
protected void |
JavaScriptCompiledEvaluator.customizedInit(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap) |
protected void |
JavaScriptEvaluator.customizedInit(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap) |
void |
JavaScriptEvaluatorScope.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap) |
Constructor and Description |
---|
JSField(JRFillField field,
org.mozilla.javascript.ScriptableObject scope) |
Modifier and Type | Method and Description |
---|---|
void |
HeaderLabelUtil.HeaderLabelBuiltinExpression.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType) |
Modifier and Type | Method and Description |
---|---|
void |
TableReport.SummaryGroupFooterPrintWhenEvaluator.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType) |
void |
BuiltinExpressionEvaluator.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType) |
void |
ConstantBuiltinExpression.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType) |
void |
BuiltinExpressionEvaluatorDecorator.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType,
boolean ignoreNPE) |
void |
FillExpressionEvaluatorDatasetAdapter.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType,
boolean ignoreNPE) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,JRFillField> |
JRAbstractScriptlet.fieldsMap |
Modifier and Type | Method and Description |
---|---|
void |
JRAbstractScriptlet.setData(Map<String,JRFillParameter> parsm,
Map<String,JRFillField> fldsm,
Map<String,JRFillVariable> varsm,
JRFillGroup[] grps) |
Modifier and Type | Field and Description |
---|---|
protected JRFillField[] |
JRFillDataset.fields
The dataset fields.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,JRFillField> |
JRFillDataset.fieldsMap
The dataset fields indexed by name.
|
protected Map<String,JRFillField> |
JRCalculator.fldsm |
Modifier and Type | Method and Description |
---|---|
protected JRFillField |
JRFillObjectFactory.getField(JRField field) |
protected JRFillField |
JRFillElement.getField(String fieldName) |
protected JRFillField |
JRBaseFiller.getField(String fieldName)
Returns a report field.
|
JRFillField |
JRFillDataset.getFillField(String fieldName) |
Modifier and Type | Method and Description |
---|---|
protected Map<String,JRFillField> |
JRBaseFiller.getFieldsMap()
Returns the report fields indexed by name.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
JREvaluator.customizedInit(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap)
Initializes the parameters, fields and variables of the evaluator.
|
void |
JREvaluator.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType,
boolean ignoreNPE)
Initializes the evaluator by setting the parameter, field and variable objects.
|
void |
DatasetExpressionEvaluator.init(Map<String,JRFillParameter> parametersMap,
Map<String,JRFillField> fieldsMap,
Map<String,JRFillVariable> variablesMap,
WhenResourceMissingTypeEnum resourceMissingType,
boolean ignoreNPE) |
void |
JRFillDatasetScriptlet.setData(Map<String,JRFillParameter> parsm,
Map<String,JRFillField> fldsm,
Map<String,JRFillVariable> varsm,
JRFillGroup[] grps) |
Copyright © 2017. All rights reserved.