Class IconLabelElementHtmlHandler
- java.lang.Object
-
- net.sf.jasperreports.components.iconlabel.IconLabelElementHtmlHandler
-
- All Implemented Interfaces:
GenericElementHandler
,GenericElementHtmlHandler
public class IconLabelElementHtmlHandler extends Object implements GenericElementHtmlHandler
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description IconLabelElementHtmlHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHtmlFragment(JRHtmlExporterContext context, JRGenericPrintElement element)
Returns an HTML fragment that is to be inserted in the export output.static IconLabelElementHtmlHandler
getInstance()
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
-
-
-
-
Method Detail
-
getInstance
public static IconLabelElementHtmlHandler getInstance()
-
getHtmlFragment
public String getHtmlFragment(JRHtmlExporterContext context, JRGenericPrintElement element)
Description copied from interface:GenericElementHtmlHandler
Returns an HTML fragment that is to be inserted in the export output.- Specified by:
getHtmlFragment
in interfaceGenericElementHtmlHandler
element
- the generic print element- Returns:
- the HTML fragment that represents the exported element
-
toExport
public boolean toExport(JRGenericPrintElement element)
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
-
-