Uses of Interface
org.eclipse.birt.report.engine.api.IAction
-
Packages that use IAction Package Description org.eclipse.birt.report.engine.api 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.api Modifier and Type Interface Description interface
IDataAction
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 IAction Modifier and Type Method Description protected java.lang.String
HTMLActionHandler. buildDrillAction(IAction action, java.lang.Object context)
builds URL for drillthrough actionjava.lang.String
HTMLActionHandler. getURL(IAction actionDefn, java.lang.Object context)
java.lang.String
HTMLActionHandler. getURL(IAction actionDefn, org.eclipse.birt.report.engine.api.script.IReportContext context)
Get URL of the action.java.lang.String
IHTMLActionHandler. getURL(IAction actionDefn, java.lang.Object context)
Generates a URL based on the action definition.java.lang.String
IHTMLActionHandler. getURL(IAction actionDefn, org.eclipse.birt.report.engine.api.script.IReportContext context)
Generates a URL based on the action definition.
-