Uses of Class
net.sf.jasperreports.engine.EvaluationType
-
Packages that use EvaluationType Package Description net.sf.jasperreports.components.sort Contains classes for the built-in Sort component.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 booleanFieldFilter. 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 EvaluationTypeEvaluationType. 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 booleanCompositeDatasetFilter. 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 EvaluationType Modifier and Type Method Description ObjectDatasetFillContext. getFieldValue(String field, EvaluationType evaluation)Returns the value of a field.ObjectJRFillDataset. getFieldValue(String fieldName, EvaluationType evaluation)ObjectDatasetFillContext. getVariableValue(String variable, EvaluationType evaluation)Returns the value of a variable.ObjectJRFillDataset. getVariableValue(String variableName, EvaluationType evaluation)
-