Package | Description |
---|---|
org.eclipse.birt.report.model.api |
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
|
org.eclipse.birt.report.model.api.impl | |
org.eclipse.birt.report.model.api.olap | |
org.eclipse.birt.report.model.api.simpleapi |
Report element representations in the BIRT simple API environment.
|
Modifier and Type | Method and Description |
---|---|
static ActionHandle |
ModuleUtil.deserializeAction(java.io.InputStream streamData)
Deserialize an input stream into an Action.
|
static ActionHandle |
ModuleUtil.deserializeAction(java.io.InputStream streamData,
DesignElementHandle element)
Deserialize an input stream into an Action.
|
static ActionHandle |
ModuleUtil.deserializeAction(java.lang.String strData)
Deserializes a string into an ActionHandle, notice that the handle is
faked, the action is not in the design tree, the operation to the handle
is not able to be undone.
|
static ActionHandle |
ModuleUtil.deserializeAction(java.lang.String strData,
DesignElementHandle element)
Deserialize a string into an ActionHandle, notice that the handle is
faked, the action is not in the design tree, the operation to the handle
is not able to be undoned.
|
ActionHandle |
LabelHandle.getActionHandle()
Returns a handle to work with the action property, action is a structure
that defines a hyperlink.
|
ActionHandle |
ImageHandle.getActionHandle()
Returns a handle to work with the action property, action is a structure
that defines a hyperlink.
|
ActionHandle |
DataItemHandle.getActionHandle()
Returns a handle to work with the action property, action is a structure
that defines a hyperlink.
|
ActionHandle |
ColumnHintHandle.getActionHandle()
Returns a handle to work with the action property, action is a structure
that defines a hyperlink.
|
ActionHandle |
LabelHandle.setAction(Action action)
Set an action on the image.
|
ActionHandle |
ImageHandle.setAction(Action action)
Set an action on the image.
|
ActionHandle |
DataItemHandle.setAction(Action action)
Set an action on the image.
|
ActionHandle |
ColumnHintHandle.setAction(Action action)
Set an action on the image.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ActionHandle> |
LabelHandle.actionsIterator()
Returns the iterator for action defined on this label item.
|
java.util.Iterator<ActionHandle> |
ImageHandle.actionsIterator()
Returns the iterator for action defined on this image item.
|
java.util.Iterator<ActionHandle> |
DataItemHandle.actionsIterator()
Returns the iterator for action defined on this data item.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ModuleUtil.serializeAction(ActionHandle action)
Serialize an action into a stream, the stream is in UTF-8 encoding.
|
Modifier and Type | Method and Description |
---|---|
IAction |
SimpleElementFactory.createAction(ActionHandle action,
ReportItemHandle handle) |
Modifier and Type | Method and Description |
---|---|
ActionHandle |
MeasureHandle.getActionHandle()
Returns a handle to work with the action property, action is a structure
that defines a hyperlink.
|
ActionHandle |
LevelHandle.getActionHandle()
Returns a handle to work with the action property, action is a structure
that defines a hyperlink.
|
ActionHandle |
MeasureHandle.setAction(Action action)
Set an action on the measure.
|
ActionHandle |
LevelHandle.setAction(Action action)
Set an action on the level.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ActionHandle> |
MeasureHandle.actionsIterator()
Returns the iterator for action defined on this measure.
|
java.util.Iterator<ActionHandle> |
LevelHandle.actionsIterator()
Returns the iterator for action defined on this level.
|
Modifier and Type | Method and Description |
---|---|
IAction |
ISimpleElementFactory.createAction(ActionHandle action,
ReportItemHandle handle)
Creates the action structure.
|
Copyright © 2008 Actuate Corp. All rights reserved.