Uses of Interface
org.eclipse.birt.report.engine.api.IAction
Packages that use IAction
Package
Description
This is an application-writer's interface for using the BIRT report engine.
-
Uses of IAction in org.eclipse.birt.report.engine.api
Subinterfaces of IAction in org.eclipse.birt.report.engine.apiModifier and TypeInterfaceDescriptioninterface
Data Action is used to generate a URL used to reterive the data from the data base.Methods in org.eclipse.birt.report.engine.api with parameters of type IActionModifier and TypeMethodDescriptionprotected String
HTMLActionHandler.buildDrillAction
(IAction action, Object context) builds URL for drillthrough actionHTMLActionHandler.getURL
(IAction actionDefn, org.eclipse.birt.report.engine.api.script.IReportContext context) Get URL of the action.Generates a URL based on the action definition.IHTMLActionHandler.getURL
(IAction actionDefn, org.eclipse.birt.report.engine.api.script.IReportContext context) Generates a URL based on the action definition.