Uiinfrastructure API Docs  
 

PTListItem Constructor (String)

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 PTListItem(
   string title
);

Parameters

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

See Also

PTListItem Class | com.plumtree.xpshared.htmlconstructs Namespace | PTListItem Constructor Overload List