public interface GenericElementHtmlHandler extends GenericElementHandler
Modifier and Type | Method and Description |
---|---|
default void |
exportElement(JRHtmlExporterContext exporterContext,
JRGenericPrintElement element,
TableCell cell)
Exports a generic element.
|
String |
getHtmlFragment(JRHtmlExporterContext exporterContext,
JRGenericPrintElement element)
Returns an HTML fragment that is to be inserted in the export output.
|
toExport
String getHtmlFragment(JRHtmlExporterContext exporterContext, JRGenericPrintElement element)
element
- the generic print elementdefault void exportElement(JRHtmlExporterContext exporterContext, JRGenericPrintElement element, TableCell cell)
Access to the exporter output and environment is provided via the
JRHtmlExporterContext
argument.
exporterContext
- the exporter contextelement
- the generic element to exportCopyright © 2021 TIBCO Software Inc.. All rights reserved.