Class IconLabelElementCsvHandler
java.lang.Object
net.sf.jasperreports.components.iconlabel.IconLabelElementCsvHandler
- All Implemented Interfaces:
GenericElementCsvHandler,GenericElementHandler
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IconLabelElementCsvHandlergetTextValue(JRCsvExporterContext exporterContext, JRGenericPrintElement element) Returns the text value to be inserted in the export output.booleantoExport(JRGenericPrintElement element) Decides whether a generic print element is to be exported.
-
Constructor Details
-
IconLabelElementCsvHandler
public IconLabelElementCsvHandler()
-
-
Method Details
-
getInstance
-
getTextValue
Description copied from interface:GenericElementCsvHandlerReturns the text value to be inserted in the export output.- Specified by:
getTextValuein interfaceGenericElementCsvHandler- Parameters:
element- the generic print element- Returns:
- the HTML fragment that represents the exported element
-
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
-