|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EvaluationType | |
|---|---|
| net.sf.jasperreports.components.sort | |
| net.sf.jasperreports.engine | Provides access to the library's main functionality through fa�ade 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 | |
|---|---|
boolean |
FieldFilter.matches(EvaluationType evaluation)
|
| Uses of EvaluationType in net.sf.jasperreports.engine |
|---|
| Methods in net.sf.jasperreports.engine that return EvaluationType | |
|---|---|
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 | |
|---|---|
boolean |
DatasetFilter.matches(EvaluationType evaluation)
Determines whether the current row matches the filter criteria. |
boolean |
CompositeDatasetFilter.matches(EvaluationType evaluation)
|
| Uses of EvaluationType in net.sf.jasperreports.engine.fill |
|---|
| Methods in net.sf.jasperreports.engine.fill with parameters of type EvaluationType | |
|---|---|
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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||