Package | Description |
---|---|
org.eclipse.birt.report.model.api.impl | |
org.eclipse.birt.report.model.api.simpleapi |
Report element representations in the BIRT simple API environment.
|
Modifier and Type | Method and Description |
---|---|
IAction |
SimpleElementFactory.createAction() |
IAction |
SimpleElementFactory.createAction(ActionHandle action,
ReportItemHandle handle) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.