Class IconLabelElementOdtHandler
java.lang.Object
net.sf.jasperreports.components.iconlabel.IconLabelElementOdtHandler
- All Implemented Interfaces:
GenericElementHandler,GenericElementOdtHandler
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexportElement(JROdtExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell) Exports a generic element.static IconLabelElementOdtHandlerbooleantoExport(JRGenericPrintElement element) Decides whether a generic print element is to be exported.
-
Constructor Details
-
IconLabelElementOdtHandler
public IconLabelElementOdtHandler()
-
-
Method Details
-
getInstance
-
exportElement
public void exportElement(JROdtExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell) Description copied from interface:GenericElementOdtHandlerExports a generic element.Access to the exporter output and environment is provided via the
JROdtExporterContextargument.- Specified by:
exportElementin interfaceGenericElementOdtHandler- Parameters:
exporterContext- the exporter contextelement- the generic element to export
-
toExport
Description copied from interface:GenericElementHandlerDecides whether a generic print element is to be exported.- Specified by:
toExportin interfaceGenericElementHandler- Parameters:
element- the element- Returns:
- whether the element is to be exported or skipped
-