net.sf.jasperreports.engine.export
Interface GenericElementHtmlHandler

All Superinterfaces:
GenericElementHandler
All Known Implementing Classes:
BaseElementHtmlHandler, FlashHtmlHandler, HeaderToolbarElementHtmlHandler, MapElementHtmlHandler, SortElementHtmlHandler

public interface GenericElementHtmlHandler
extends GenericElementHandler

A generic print element HTML export handler.

Version:
$Id: GenericElementHtmlHandler.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Lucian Chirita (lucianc@users.sourceforge.net)

Method Summary
 java.lang.String getHtmlFragment(JRHtmlExporterContext exporterContext, JRGenericPrintElement element)
          Returns an HTML fragment that is to be inserted in the export output.
 
Methods inherited from interface net.sf.jasperreports.engine.export.GenericElementHandler
toExport
 

Method Detail

getHtmlFragment

java.lang.String getHtmlFragment(JRHtmlExporterContext exporterContext,
                                 JRGenericPrintElement element)
Returns an HTML fragment that is to be inserted in the export output.

Parameters:
element - the generic print element
Returns:
the HTML fragment that represents the exported element


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com