Uses of Interface
net.sf.jasperreports.engine.fill.ExpressionValues
-
Packages that use ExpressionValues Package Description 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 ExpressionValues in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement ExpressionValues Modifier and Type Class Description classFillBaseExpressionValuesclassFillExpressionDefaultValuesclassFillExpressionEstimatedValuesclassFillExpressionOldValuesMethods in net.sf.jasperreports.engine.fill with parameters of type ExpressionValues Modifier and Type Method Description static java.lang.StringSimpleTextExpressionEvaluator. evaluate(JRExpressionChunk[] chunks, ExpressionValues values)static java.lang.StringSimpleTextExpressionEvaluator. evaluateExpression(JRExpression expression, ExpressionValues values)
-