|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.export.ElementKeyExporterFilter
public class ElementKeyExporterFilter
An exporter filter that excludes elements based on their keys. The filter uses a fixed set of elements keys to exclude.
| Constructor Summary | |
|---|---|
ElementKeyExporterFilter(java.util.Set excludedKeys)
Creates a filter instance. |
|
| Method Summary | |
|---|---|
boolean |
isToExport(JRPrintElement element)
Excludes elements whose keys match any of the excluded keys. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ElementKeyExporterFilter(java.util.Set excludedKeys)
excludedKeys - the set of keys to exclude| Method Detail |
|---|
public boolean isToExport(JRPrintElement element)
isToExport in interface ExporterFilter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||