Uses of Class
org.eclipse.birt.report.model.api.ActionHandle
Packages that use ActionHandle
Package
Description
Tool-writer's interface for the BIRT design model
(also known as the "Design Engine.")
Report element representations in the BIRT simple API environment.
-
Uses of ActionHandle in org.eclipse.birt.report.model.api
Methods in org.eclipse.birt.report.model.api that return ActionHandleModifier and TypeMethodDescriptionstatic ActionHandle
ModuleUtil.deserializeAction
(InputStream streamData) Deserialize an input stream into an Action.static ActionHandle
ModuleUtil.deserializeAction
(InputStream streamData, DesignElementHandle element) Deserialize an input stream into an Action.static ActionHandle
ModuleUtil.deserializeAction
(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
(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.ColumnHintHandle.getActionHandle()
Returns a handle to work with the action property, action is a structure that defines a hyperlink.DataItemHandle.getActionHandle()
Returns a handle to work with the action property, action is a structure that defines a hyperlink.ImageHandle.getActionHandle()
Returns a handle to work with the action property, action is a structure that defines a hyperlink.LabelHandle.getActionHandle()
Returns a handle to work with the action property, action is a structure that defines a hyperlink.Set an action on the image.Set an action on the image.Set an action on the image.Set an action on the image.Methods in org.eclipse.birt.report.model.api that return types with arguments of type ActionHandleModifier and TypeMethodDescriptionDataItemHandle.actionsIterator()
Returns the iterator for action defined on this data item.ImageHandle.actionsIterator()
Returns the iterator for action defined on this image item.LabelHandle.actionsIterator()
Returns the iterator for action defined on this label item.Methods in org.eclipse.birt.report.model.api with parameters of type ActionHandleModifier and TypeMethodDescriptionstatic String
ModuleUtil.serializeAction
(ActionHandle action) Serialize an action into a stream, the stream is in UTF-8 encoding. -
Uses of ActionHandle in org.eclipse.birt.report.model.api.impl
Methods in org.eclipse.birt.report.model.api.impl with parameters of type ActionHandleModifier and TypeMethodDescriptionSimpleElementFactory.createAction
(ActionHandle action, ReportItemHandle handle) -
Uses of ActionHandle in org.eclipse.birt.report.model.api.olap
Methods in org.eclipse.birt.report.model.api.olap that return ActionHandleModifier and TypeMethodDescriptionLevelHandle.getActionHandle()
Returns a handle to work with the action property, action is a structure that defines a hyperlink.MeasureHandle.getActionHandle()
Returns a handle to work with the action property, action is a structure that defines a hyperlink.Set an action on the level.Set an action on the measure.Methods in org.eclipse.birt.report.model.api.olap that return types with arguments of type ActionHandleModifier and TypeMethodDescriptionLevelHandle.actionsIterator()
Returns the iterator for action defined on this level.MeasureHandle.actionsIterator()
Returns the iterator for action defined on this measure. -
Uses of ActionHandle in org.eclipse.birt.report.model.api.simpleapi
Methods in org.eclipse.birt.report.model.api.simpleapi with parameters of type ActionHandleModifier and TypeMethodDescriptionISimpleElementFactory.createAction
(ActionHandle action, ReportItemHandle handle) Creates the action structure.