|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IHTMLActionHandler | |
org.eclipse.birt.report.engine.api | This is an application-writer's interface for using the BIRT report engine. |
org.eclipse.birt.report.engine.extension | This package defines 3 key interfaces ---- IReportItemQuery, IReportItemGeneration, and IReportItemPresentation ---- that are used to process an extended item at query preparation, report generation and report rendering times. |
Uses of IHTMLActionHandler in org.eclipse.birt.report.engine.api |
Classes in org.eclipse.birt.report.engine.api that implement IHTMLActionHandler | |
class |
HTMLActionHandler
Defines a default action handler for HTML output format |
Fields in org.eclipse.birt.report.engine.api declared as IHTMLActionHandler | |
protected IHTMLActionHandler |
HTMLEmitterConfig.actionHandler
default action handler |
Methods in org.eclipse.birt.report.engine.api that return IHTMLActionHandler | |
IHTMLActionHandler |
HTMLEmitterConfig.getActionHandler()
returns the action handler for HTML format |
IHTMLActionHandler |
HTMLRenderOption.getActionHandle()
|
Methods in org.eclipse.birt.report.engine.api with parameters of type IHTMLActionHandler | |
void |
HTMLEmitterConfig.setActionHandler(IHTMLActionHandler handler)
sets the action handler for HTML format |
void |
HTMLRenderOption.setActionHandle(IHTMLActionHandler handler)
|
Uses of IHTMLActionHandler in org.eclipse.birt.report.engine.extension |
Methods in org.eclipse.birt.report.engine.extension with parameters of type IHTMLActionHandler | |
void |
IReportItemPresentation.setActionHandler(IHTMLActionHandler ah)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |