net.sf.jasperreports.components.headertoolbar
Class HeaderToolbarElementHtmlHandler
java.lang.Object
net.sf.jasperreports.components.BaseElementHtmlHandler
net.sf.jasperreports.components.headertoolbar.HeaderToolbarElementHtmlHandler
- All Implemented Interfaces:
- GenericElementHandler, GenericElementHtmlHandler
public class HeaderToolbarElementHtmlHandler
- extends BaseElementHtmlHandler
- Version:
- $Id:ChartThemesUtilities.java 2595 2009-02-10 17:56:51Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeaderToolbarElementHtmlHandler
public HeaderToolbarElementHtmlHandler()
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.
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.
- Parameters:
element - the element
- Returns:
- whether the element is to be exported or skipped
Copyright © 2012. All Rights Reserved.