Uses of Interface
org.eclipse.birt.report.engine.api.script.instance.IActionInstance
Packages that use IActionInstance
Package
Description
Report element representations in the BIRT scripting environment.
-
Uses of IActionInstance in org.eclipse.birt.report.engine.api.script.instance
Methods in org.eclipse.birt.report.engine.api.script.instance that return IActionInstanceModifier and TypeMethodDescriptionIDataItemInstance.createAction()
Create a new action instance, witch can be bookmark, hyperlink or drillThrough.IImageInstance.createAction()
Create a new action instance, witch can be bookmark, hyperlink or drillThrough.ILabelInstance.createAction()
Create a new action instance, witch can be bookmark, hyperlink or drillThrough.IDataItemInstance.getAction()
Get the action instance.IImageInstance.getAction()
Get the action instance.ILabelInstance.getAction()
Get the action instance.Methods in org.eclipse.birt.report.engine.api.script.instance with parameters of type IActionInstanceModifier and TypeMethodDescriptionvoid
IDataItemInstance.setAction
(IActionInstance actionInstance) set the actionInstancevoid
IImageInstance.setAction
(IActionInstance actionInstance) set the actionInstancevoid
ILabelInstance.setAction
(IActionInstance actionInstance) set the actionInstance