Class IconLabelElementCsvHandler
- java.lang.Object
-
- net.sf.jasperreports.components.iconlabel.IconLabelElementCsvHandler
-
- All Implemented Interfaces:
GenericElementCsvHandler
,GenericElementHandler
public class IconLabelElementCsvHandler extends Object implements GenericElementCsvHandler
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description IconLabelElementCsvHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IconLabelElementCsvHandler
getInstance()
String
getTextValue(JRCsvExporterContext exporterContext, JRGenericPrintElement element)
Returns the text value to be inserted in the export output.boolean
toExport(JRGenericPrintElement element)
Decides whether a generic print element is to be exported.
-
-
-
Method Detail
-
getInstance
public static IconLabelElementCsvHandler getInstance()
-
getTextValue
public String getTextValue(JRCsvExporterContext exporterContext, JRGenericPrintElement element)
Description copied from interface:GenericElementCsvHandler
Returns the text value to be inserted in the export output.- Specified by:
getTextValue
in interfaceGenericElementCsvHandler
element
- the generic print element- Returns:
- the HTML fragment that represents the exported element
-
toExport
public boolean toExport(JRGenericPrintElement element)
Description copied from interface:GenericElementHandler
Decides whether a generic print element is to be exported.- Specified by:
toExport
in interfaceGenericElementHandler
- Parameters:
element
- the element- Returns:
- whether the element is to be exported or skipped
-
-