public class IconLabelElementJExcelApiHandler extends Object implements GenericElementJExcelApiHandler
Constructor and Description |
---|
IconLabelElementJExcelApiHandler()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
exportElement(JExcelApiExporterContext exporterContext,
JRGenericPrintElement element,
JRExporterGridCell gridCell,
int colIndex,
int rowIndex,
int emptyCols,
int yCutsRow,
JRGridLayout layout)
Deprecated.
Exports a generic element.
|
static IconLabelElementJExcelApiHandler |
getInstance()
Deprecated.
|
boolean |
toExport(JRGenericPrintElement element)
Deprecated.
Decides whether a generic print element is to be exported.
|
public IconLabelElementJExcelApiHandler()
public static IconLabelElementJExcelApiHandler getInstance()
public void exportElement(JExcelApiExporterContext exporterContext, JRGenericPrintElement element, JRExporterGridCell gridCell, int colIndex, int rowIndex, int emptyCols, int yCutsRow, JRGridLayout layout)
GenericElementJExcelApiHandler
Access to the exporter output and environment is provided via the
JExcelApiExporterContext
argument.
exportElement
in interface GenericElementJExcelApiHandler
exporterContext
- the exporter contextelement
- the generic element to exportpublic boolean toExport(JRGenericPrintElement element)
GenericElementHandler
toExport
in interface GenericElementHandler
element
- the elementCopyright © 2017. All rights reserved.