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).
|
Modifier and Type | Method and Description |
---|---|
boolean |
FieldFilter.matches(EvaluationType evaluation) |
Modifier and Type | Method and Description |
---|---|
static EvaluationType |
EvaluationType.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CompositeDatasetFilter.matches(EvaluationType evaluation) |
boolean |
DatasetFilter.matches(EvaluationType evaluation)
Determines whether the current row matches the filter criteria.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
DatasetFillContext.getFieldValue(java.lang.String field,
EvaluationType evaluation)
Returns the value of a field.
|
java.lang.Object |
JRFillDataset.getFieldValue(java.lang.String fieldName,
EvaluationType evaluation) |
java.lang.Object |
DatasetFillContext.getVariableValue(java.lang.String variable,
EvaluationType evaluation)
Returns the value of a variable.
|
java.lang.Object |
JRFillDataset.getVariableValue(java.lang.String variableName,
EvaluationType evaluation) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com