Interface GenericElementCsvHandler
- All Superinterfaces:
GenericElementHandler
- All Known Implementing Classes:
IconLabelElementCsvHandler
A generic print element CSV export handler.
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Method Summary
Modifier and TypeMethodDescriptiongetTextValue(JRCsvExporterContext exporterContext, JRGenericPrintElement element) Returns the text value to be inserted in the export output.Methods inherited from interface net.sf.jasperreports.engine.export.GenericElementHandler
toExport
-
Method Details
-
getTextValue
Returns the text value to be inserted in the export output.- Parameters:
element- the generic print element- Returns:
- the HTML fragment that represents the exported element
-