Uiinfrastructure API Docs  
 

UIListItem Constructor (String, AActivitySpace)

Call this method to construct a new PTListItem.



Use this constructor if you wish for the title of this item to be just a String, as opposed to an anchor.

public UIListItem(
   string title,
   AActivitySpace aSpace
);

Parameters

title
Pass a String that is the title of this item.
aSpace

See Also

UIListItem Class | com.plumtree.uiinfrastructure.htmlconstructs Namespace | UIListItem Constructor Overload List