Uiinfrastructure API Docs  
 

PTConstruct.GetHTMLElement Method 

Call this method to obtain the root HTMLElement of this construct.

For example, if this construct were a table, with a row, with a cell, with an image, this method would return a reference to an HTMLTable.

public virtual HTMLElement GetHTMLElement();

Return Value

See Also

PTConstruct Class | com.plumtree.xpshared.htmlconstructs Namespace