Class IconLabelElementHtmlHandler
java.lang.Object
net.sf.jasperreports.components.iconlabel.IconLabelElementHtmlHandler
- All Implemented Interfaces:
GenericElementHandler
,GenericElementHtmlHandler
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHtmlFragment
(JRHtmlExporterContext context, JRGenericPrintElement element) Returns an HTML fragment that is to be inserted in the export output.static IconLabelElementHtmlHandler
boolean
toExport
(JRGenericPrintElement element) Decides whether a generic print element is to be exported.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sf.jasperreports.engine.export.GenericElementHtmlHandler
exportElement
-
Constructor Details
-
IconLabelElementHtmlHandler
public IconLabelElementHtmlHandler()
-
-
Method Details
-
getInstance
-
getHtmlFragment
Description copied from interface:GenericElementHtmlHandler
Returns an HTML fragment that is to be inserted in the export output.- Specified by:
getHtmlFragment
in interfaceGenericElementHtmlHandler
- Parameters:
element
- the generic print element- Returns:
- the HTML fragment that represents the exported element
-
toExport
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
-