public class ExporterFilterContainer extends Object implements ExporterFilter
isToExport(JRPrintElement)| Constructor and Description |
|---|
ExporterFilterContainer(List<ExporterFilter> filters)
Constructs a container for a list of exporter filters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isToExport(JRPrintElement element)
Returns
true if the element is not filtered by any of
the contained filters. |
public ExporterFilterContainer(List<ExporterFilter> filters)
filters - the list of filterspublic boolean isToExport(JRPrintElement element)
true if the element is not filtered by any of
the contained filters.isToExport in interface ExporterFilterCopyright © 2012. All Rights Reserved.