| Package | Description |
|---|---|
| net.sf.jasperreports.compilers | |
| net.sf.jasperreports.components.headertoolbar | |
| net.sf.jasperreports.components.table.fill | |
| 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 | Class and Description |
|---|---|
class |
GroovyEvaluator |
class |
JavaScriptCompiledEvaluator
JavaScript expression evaluator that uses Java bytecode compiled by
JavaScriptClassCompiler. |
class |
JavaScriptEvaluator
JavaScript expression evaluator that compiles expressions at fill time.
|
class |
JRBshEvaluator |
| Modifier and Type | Method and Description |
|---|---|
Object |
HeaderLabelUtil.HeaderLabelBuiltinExpression.evaluate(DatasetExpressionEvaluator evaluator) |
Object |
HeaderLabelUtil.HeaderLabelBuiltinExpression.evaluateEstimated(DatasetExpressionEvaluator evaluator) |
Object |
HeaderLabelUtil.HeaderLabelBuiltinExpression.evaluateOld(DatasetExpressionEvaluator evaluator) |
| Modifier and Type | Class and Description |
|---|---|
class |
BuiltinExpressionEvaluatorDecorator |
class |
FillExpressionEvaluatorDatasetAdapter |
| Modifier and Type | Method and Description |
|---|---|
protected DatasetExpressionEvaluator |
FillTableSubreport.createEvaluator() |
DatasetExpressionEvaluator |
BuiltinExpressionEvaluatorFactory.decorate(DatasetExpressionEvaluator evaluator) |
| Modifier and Type | Method and Description |
|---|---|
DatasetExpressionEvaluator |
BuiltinExpressionEvaluatorFactory.decorate(DatasetExpressionEvaluator evaluator) |
Object |
TableReport.SummaryGroupFooterPrintWhenEvaluator.evaluate(DatasetExpressionEvaluator evaluator) |
Object |
BuiltinExpressionEvaluator.evaluate(DatasetExpressionEvaluator evaluator) |
Object |
ConstantBuiltinExpression.evaluate(DatasetExpressionEvaluator evaluator) |
Object |
TableReport.SummaryGroupFooterPrintWhenEvaluator.evaluateEstimated(DatasetExpressionEvaluator evaluator) |
Object |
BuiltinExpressionEvaluator.evaluateEstimated(DatasetExpressionEvaluator evaluator) |
Object |
ConstantBuiltinExpression.evaluateEstimated(DatasetExpressionEvaluator evaluator) |
Object |
TableReport.SummaryGroupFooterPrintWhenEvaluator.evaluateOld(DatasetExpressionEvaluator evaluator) |
Object |
BuiltinExpressionEvaluator.evaluateOld(DatasetExpressionEvaluator evaluator) |
Object |
ConstantBuiltinExpression.evaluateOld(DatasetExpressionEvaluator evaluator) |
| Constructor and Description |
|---|
BuiltinExpressionEvaluatorDecorator(DatasetExpressionEvaluator decorated,
Map<JRExpression,BuiltinExpressionEvaluator> builtinEvaluators) |
| Modifier and Type | Class and Description |
|---|---|
class |
JREvaluator
Base class for the dynamically generated expression evaluator classes.
|
| Modifier and Type | Method and Description |
|---|---|
protected DatasetExpressionEvaluator |
JRFillSubreport.createEvaluator() |
protected DatasetExpressionEvaluator |
JRFillSubreport.loadReportEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JRFillSubreport.initSubreportFiller(DatasetExpressionEvaluator evaluator) |
| Constructor and Description |
|---|
JRBaseFiller(JasperReportsContext jasperReportsContext,
JasperReport jasperReport,
DatasetExpressionEvaluator initEvaluator,
JRFillSubreport parentElement) |
JRCalculator(DatasetExpressionEvaluator evaluator)
Creates a calculator using an expression evaluator.
|
JRHorizontalFiller(JasperReportsContext jasperReportsContext,
JasperReport jasperReport,
DatasetExpressionEvaluator evaluator,
JRFillSubreport parentElement) |
JRVerticalFiller(JasperReportsContext jasperReportsContext,
JasperReport jasperReport,
DatasetExpressionEvaluator evaluator,
JRFillSubreport parentElement) |
Copyright © 2014. All rights reserved.