|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.export.ExporterFilterContainer
public class ExporterFilterContainer
An exporter filter that consists of several exporter filter, and filters elements through each of them.
isToExport(JRPrintElement)| Constructor Summary | |
|---|---|
ExporterFilterContainer(java.util.List filters)
Constructs a container for a list of exporter filters. |
|
| 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 |
| Constructor Detail |
|---|
public ExporterFilterContainer(java.util.List filters)
filters - the list of filters| Method Detail |
|---|
public boolean isToExport(JRPrintElement element)
true if the element is not filtered by any of
the contained filters.
isToExport in interface ExporterFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||