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 IconLabelElementCsvHandlergetInstance()StringgetTextValue(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.
-
-
-
Method Detail
-
getInstance
public static IconLabelElementCsvHandler getInstance()
-
getTextValue
public String getTextValue(JRCsvExporterContext exporterContext, JRGenericPrintElement element)
Description copied from interface:GenericElementCsvHandlerReturns the text value to be inserted in the export output.- Specified by:
getTextValuein interfaceGenericElementCsvHandlerelement- the generic print element- Returns:
- the HTML fragment that represents the exported element
-
toExport
public boolean toExport(JRGenericPrintElement element)
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
-
-