net.sf.jasperreports.engine.export
Class ExporterFilterContainer
java.lang.Object
net.sf.jasperreports.engine.export.ExporterFilterContainer
- All Implemented Interfaces:
- ExporterFilter
public class ExporterFilterContainer
- extends Object
- implements ExporterFilter
An exporter filter that consists of several exporter filter, and filters
elements through each of them.
- Version:
- $Id: ExporterFilterContainer.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
isToExport(JRPrintElement)
|
Method Summary |
boolean |
isToExport(JRPrintElement element)
Returns true if the element is not filtered by any of
the contained filters. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExporterFilterContainer
public ExporterFilterContainer(List<ExporterFilter> filters)
- Constructs a container for a list of exporter filters.
- Parameters:
filters - the list of filters
isToExport
public boolean isToExport(JRPrintElement element)
- Returns
true if the element is not filtered by any of
the contained filters.
- Specified by:
isToExport in interface ExporterFilter
Copyright © 2012. All Rights Reserved.