Uiinfrastructure API Docs  
 

PTListItem.SetAlwaysDrawSelectionInputCell Method 

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

public virtual void SetAlwaysDrawSelectionInputCell(
   bool b
);

Parameters

b
boolean

See Also

PTListItem Class | com.plumtree.xpshared.htmlconstructs Namespace