public class IconLabelElementCsvHandler extends Object implements GenericElementCsvHandler
| Constructor and Description |
|---|
IconLabelElementCsvHandler() |
| Modifier and Type | Method and 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.
|
public static IconLabelElementCsvHandler getInstance()
public String getTextValue(JRCsvExporterContext exporterContext, JRGenericPrintElement element)
GenericElementCsvHandlergetTextValue in interface GenericElementCsvHandlerelement - the generic print elementpublic boolean toExport(JRGenericPrintElement element)
GenericElementHandlertoExport in interface GenericElementHandlerelement - the elementCopyright © 2017. All rights reserved.