Uses of Class
org.eclipse.birt.report.model.api.ActionHandle

Packages that use ActionHandle
org.eclipse.birt.report.model.api Tool-writer's interface for the BIRT design model (also known as the "Design Engine.")  
 

Uses of ActionHandle in org.eclipse.birt.report.model.api
 

Methods in org.eclipse.birt.report.model.api that return ActionHandle
static ActionHandle ModuleUtil.deserializeAction(java.io.InputStream streamData)
          Deserialize an input stream into an Action.
static ActionHandle ModuleUtil.deserializeAction(java.lang.String strData)
          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 LabelHandle.setAction(Action action)
          Set an action on the image.
 ActionHandle ImageHandle.getActionHandle()
          Returns a handle to work with the action property, action is a structure that defines a hyperlink.
 ActionHandle ImageHandle.setAction(Action action)
          Set an action on the image.
 ActionHandle DataItemHandle.getActionHandle()
          Returns a handle to work with the action property, action is a structure that defines a hyperlink.
 ActionHandle DataItemHandle.setAction(Action action)
          Set an action on the image.
 

Methods in org.eclipse.birt.report.model.api with parameters of type ActionHandle
static java.lang.String ModuleUtil.serializeAction(ActionHandle action)
          Serialize an action into a stream, the stream is in UTF-8 encoding.
 



Copyright © 2005 Actuate Corp. All rights reserved.