Interface GenericElementCsvHandler
-
- All Superinterfaces:
GenericElementHandler
- All Known Implementing Classes:
IconLabelElementCsvHandler
public interface GenericElementCsvHandler extends GenericElementHandler
A generic print element CSV export handler.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTextValue(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 Detail
-
getTextValue
String getTextValue(JRCsvExporterContext exporterContext, JRGenericPrintElement element)
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
-
-