Uiinfrastructure API Docs  
 

HTMLTableCell Constructor (HTMLTableRow)

Call this method to create a new HTMLTableCell object.

public HTMLTableCell(
   HTMLTableRow rParent
);

Parameters

rParent
Pass the HTMLTableRow to which this HTMLTableCell will be added. A given instance of an HTMLTableCell may only be added to the HTMLTableRow specified to this constructor.

See Also

HTMLTableCell Class | com.plumtree.xpshared.htmlelements Namespace | HTMLTableCell Constructor Overload List