Uiinfrastructure API Docs  
 

HTMLTableHeader Constructor (HTMLTableRow)

Call this method to create a new HTMLTableHeader object.

public HTMLTableHeader(
   HTMLTableRow rParent
);

Parameters

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

See Also

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