| 程序包 | 说明 |
|---|---|
| org.eclipse.birt.report.model.api.impl | |
| org.eclipse.birt.report.model.api.simpleapi |
Report element representations in the BIRT simple API environment.
|
| 限定符和类型 | 方法和说明 |
|---|---|
IAction |
SimpleElementFactory.createAction() |
IAction |
SimpleElementFactory.createAction(ActionHandle action,
ReportItemHandle handle) |
| 限定符和类型 | 方法和说明 |
|---|---|
IAction |
ISimpleElementFactory.createAction()
Create the action structure.
|
IAction |
IReportDesign.createAction()
Creates the action structure.
|
IAction |
ISimpleElementFactory.createAction(ActionHandle action,
ReportItemHandle handle)
Creates the action structure.
|
IAction |
ILabel.getAction()
Returns a handle to work with the action property, action is a structure
that defines a hyperlink.
|
IAction |
IImage.getAction()
Returns a handle to work with the action property, action is a structure
that defines a hyperlink.
|
IAction |
IDataItem.getAction()
Returns a handle to work with the action property, action is a structure
that defines a hyperlink.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ILabel.addAction(IAction action)
Add the action structure to this Label item.
|
void |
IImage.addAction(IAction action)
Add the action structure to this Image item.
|
void |
IDataItem.addAction(IAction action)
Add the action structure to this Data item.
|
Copyright © 2008 Actuate Corp. All rights reserved.