Uses of Interface
org.eclipse.birt.report.engine.api.IHTMLActionHandler
Packages that use IHTMLActionHandler
Package
Description
This is an application-writer's interface for using the BIRT report engine.
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 IHTMLActionHandlerModifier and TypeClassDescriptionclass
Defines a default action handler for HTML output formatMethods in org.eclipse.birt.report.engine.api that return IHTMLActionHandlerModifier and TypeMethodDescriptionIRenderOption.getActionHandle()
Deprecated.RenderOption.getActionHandle()
Deprecated.DataExtractionOption.getActionHandler()
IDataExtractionOption.getActionHandler()
IRenderOption.getActionHandler()
Get the action handlerRenderOption.getActionHandler()
Methods in org.eclipse.birt.report.engine.api with parameters of type IHTMLActionHandlerModifier and TypeMethodDescriptionvoid
IRenderOption.setActionHandle
(IHTMLActionHandler handler) Deprecated.void
RenderOption.setActionHandle
(IHTMLActionHandler handler) Deprecated.void
DataExtractionOption.setActionHandler
(IHTMLActionHandler actionHandler) void
IDataExtractionOption.setActionHandler
(IHTMLActionHandler actionHandler) void
IRenderOption.setActionHandler
(IHTMLActionHandler handler) Set the action handlervoid
RenderOption.setActionHandler
(IHTMLActionHandler handler) -
Uses of IHTMLActionHandler in org.eclipse.birt.report.engine.extension
Methods in org.eclipse.birt.report.engine.extension that return IHTMLActionHandlerMethods in org.eclipse.birt.report.engine.extension with parameters of type IHTMLActionHandlerModifier and TypeMethodDescriptionvoid
IReportItemPresentation.setActionHandler
(IHTMLActionHandler ah) Deprecated.implement #init(IReportItemPresentationInfo) instead.