Uiinfrastructure API Docs  
 

HTMLTableRow Constructor (HTMLTable)

Call this method to create a new HTMLTableRow object.

public HTMLTableRow(
   HTMLTable tParent
);

Parameters

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

See Also

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