Uses of Interface
net.sf.jasperreports.engine.fill.BuiltinExpressionEvaluator
-
Packages that use BuiltinExpressionEvaluator Package Description 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.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). -
-
Uses of BuiltinExpressionEvaluator in net.sf.jasperreports.components.headertoolbar
Classes in net.sf.jasperreports.components.headertoolbar that implement BuiltinExpressionEvaluator Modifier and Type Class Description static classHeaderLabelUtil.HeaderLabelBuiltinExpression -
Uses of BuiltinExpressionEvaluator in net.sf.jasperreports.components.table.fill
Classes in net.sf.jasperreports.components.table.fill that implement BuiltinExpressionEvaluator Modifier and Type Class Description protected classTableReport.SummaryGroupFooterPrintWhenEvaluator -
Uses of BuiltinExpressionEvaluator in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement BuiltinExpressionEvaluator Modifier and Type Class Description classConstantBuiltinExpressionBuiltin expression that evaluates to a constant value.Methods in net.sf.jasperreports.engine.fill with parameters of type BuiltinExpressionEvaluator Modifier and Type Method Description JRDesignExpressionBuiltinExpressionEvaluatorFactory. createExpression(BuiltinExpressionEvaluator evaluator)Constructor parameters in net.sf.jasperreports.engine.fill with type arguments of type BuiltinExpressionEvaluator Constructor Description BuiltinExpressionEvaluatorDecorator(DatasetExpressionEvaluator decorated, java.util.Map<JRExpression,BuiltinExpressionEvaluator> builtinEvaluators)BuiltinFillExpressionEvaluatorDecorator(JRFillExpressionEvaluator decorated, java.util.Map<JRExpression,BuiltinExpressionEvaluator> builtinEvaluators)
-