|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DatasetFilter
A dataset row filter.
Such a filter can be used in addition to the dataset filter expression to match dataset rows based on a programmatic criteria.
JRParameter.FILTER,
JRDataset.getFilterExpression()| Method Summary | |
|---|---|
void |
init(DatasetFillContext context)
Initializes the filter. |
boolean |
matches(EvaluationType evaluation)
Determines whether the current row matches the filter criteria. |
| Method Detail |
|---|
void init(DatasetFillContext context)
context - dataset context informationboolean matches(EvaluationType evaluation)
evaluation - the evaluation type.
Currently only EvaluationType.ESTIMATED is used.
true if the row is to be included in the report.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||