Uiinfrastructure API Docs  
 

PTListItem.SetAlwaysDrawItemPreviewCell Method 

Call this method to force this item to draw the HTMLTableCell in which the preview button is nested whether the preview button is set or not. By default, this cell is not drawn, but if you wish for some items in a table to contain this button while others do not, then this HTMLTableCell should always be drawn.

public virtual void SetAlwaysDrawItemPreviewCell(
   bool b
);

Parameters

b
boolean

See Also

PTListItem Class | com.plumtree.xpshared.htmlconstructs Namespace