Package | Description |
---|---|
org.eclipse.birt.report.engine.api.script.instance |
Report element representations in the BIRT scripting environment.
|
Modifier and Type | Method and Description |
---|---|
IActionInstance |
IDataItemInstance.createAction()
Create a new action instance, witch can be bookmark, hyperlink or
drillThrough.
|
IActionInstance |
IImageInstance.createAction()
Create a new action instance, witch can be bookmark, hyperlink or
drillThrough.
|
IActionInstance |
ILabelInstance.createAction()
Create a new action instance, witch can be bookmark, hyperlink or
drillThrough.
|
IActionInstance |
IDataItemInstance.getAction()
Get the action instance.
|
IActionInstance |
IImageInstance.getAction()
Get the action instance.
|
IActionInstance |
ILabelInstance.getAction()
Get the action instance.
|
Modifier and Type | Method and Description |
---|---|
void |
IDataItemInstance.setAction(IActionInstance actionInstance)
set the actionInstance
|
void |
IImageInstance.setAction(IActionInstance actionInstance)
set the actionInstance
|
void |
ILabelInstance.setAction(IActionInstance actionInstance)
set the actionInstance
|
Copyright © 2008 Actuate Corp. All rights reserved.