Uiinfrastructure API Docs  
 

ILink Interface

This interface provides a common way to create an object that links to an AActivitySpace. It also provides methods to specify optional Page, Controls, and Query String arguments. To use this interface, first create an object that implements the interface, then call one of the SetSpace* methods to set what kind of link you want. Than add optional arguments (page, etc...)

For a list of all members of this type, see ILink Members.

com.plumtree.uiinfrastructure.activityspace.ILink
   com.plumtree.uiinfrastructure.activityspace.ILinkElement

public interface ILink

Types that implement ILink

Type Description
ASURL This class creates an URL that points to MVC components. This adds the session user ID to the query string for usage tracking purposes (PTTracker).
Redirect This object allows IControls to specify an AActivitySpace, IDisplayPage, or IControl to redirect to. Currently, only AActivitySpaces and IDisplayPages are implemented.
PassthruURL This is a com.plumtree.uiinfrastructure.activityspace.ILink that works within an AFormAS. When clicked, the link will repost the form, then run the specified control with the provided args. Currently just a link within a single page; does not support setting an alternate space or display page.

Requirements

Namespace: com.plumtree.uiinfrastructure.activityspace

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

ILink Members | com.plumtree.uiinfrastructure.activityspace Namespace