Uses of Class
net.sf.jasperreports.engine.EvaluationType
-
Packages that use EvaluationType Package Description net.sf.jasperreports.components.sort 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). -
-
Uses of EvaluationType in net.sf.jasperreports.components.sort
Methods in net.sf.jasperreports.components.sort with parameters of type EvaluationType Modifier and Type Method Description boolean
FieldFilter. matches(EvaluationType evaluation)
-
Uses of EvaluationType in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return EvaluationType Modifier and Type Method Description static EvaluationType
EvaluationType. valueOf(String name)
Returns 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 EvaluationType Modifier and Type Method Description boolean
CompositeDatasetFilter. matches(EvaluationType evaluation)
boolean
DatasetFilter. 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 EvaluationType Modifier and Type Method Description Object
DatasetFillContext. getFieldValue(String field, EvaluationType evaluation)
Returns the value of a field.Object
JRFillDataset. getFieldValue(String fieldName, EvaluationType evaluation)
Object
DatasetFillContext. getVariableValue(String variable, EvaluationType evaluation)
Returns the value of a variable.Object
JRFillDataset. getVariableValue(String variableName, EvaluationType evaluation)
-