Uses of Enum
net.sf.jasperreports.engine.EvaluationType
Packages that use EvaluationType
Package
Description
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.
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 EvaluationType in net.sf.jasperreports.components.util
Methods in net.sf.jasperreports.components.util with parameters of type EvaluationType -
Uses of EvaluationType in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return EvaluationTypeModifier and TypeMethodDescriptionstatic EvaluationTypeReturns the enum constant of this type with the specified name.static EvaluationType[]EvaluationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.jasperreports.engine with parameters of type EvaluationTypeModifier and TypeMethodDescriptionbooleanCompositeDatasetFilter.matches(EvaluationType evaluation) booleanDatasetFilter.matches(EvaluationType evaluation) Determines whether the current row matches the filter criteria. -
Uses of EvaluationType in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill with parameters of type EvaluationTypeModifier and TypeMethodDescriptionDatasetFillContext.getFieldValue(String field, EvaluationType evaluation) Returns the value of a field.JRFillDataset.getFieldValue(String fieldName, EvaluationType evaluation) DatasetFillContext.getVariableValue(String variable, EvaluationType evaluation) Returns the value of a variable.JRFillDataset.getVariableValue(String variableName, EvaluationType evaluation)