net.sf.jasperreports.engine.export
public class JROriginExporterFilter extends java.lang.Object implements ResetableExporterFilter
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPERTY_EXCLUDE_ORIGIN_PREFIX
The prefix of origin exclusion properties.
|
Constructor and Description |
---|
JROriginExporterFilter() |
Modifier and Type | Method and Description |
---|---|
void |
addOrigin(JROrigin origin) |
void |
addOrigin(JROrigin origin,
boolean keepFirst) |
static JROriginExporterFilter |
getFilter(JRPropertiesMap propertiesMap,
java.lang.String originFilterPrefix) |
boolean |
isToExport(JRPrintElement element) |
void |
removeOrigin(JROrigin origin) |
void |
reset()
Clears the filter's internal cache that might have built up during use.
|
public static final java.lang.String PROPERTY_EXCLUDE_ORIGIN_PREFIX
public void addOrigin(JROrigin origin)
public void addOrigin(JROrigin origin, boolean keepFirst)
public void removeOrigin(JROrigin origin)
public void reset()
ResetableExporterFilter
reset
in interface ResetableExporterFilter
public boolean isToExport(JRPrintElement element)
isToExport
in interface ExporterFilter
public static JROriginExporterFilter getFilter(JRPropertiesMap propertiesMap, java.lang.String originFilterPrefix)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com