Uiinfrastructure API Docs  
 

PTListItem.SetAlwaysDrawEditItemCell Method 

Call this method to force this item to draw the HTMLTableCell in which the edit button is nested whether the edit 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 SetAlwaysDrawEditItemCell(
   bool b
);

Parameters

b
boolean

See Also

PTListItem Class | com.plumtree.xpshared.htmlconstructs Namespace