Uiinfrastructure API Docs  
 

PTConstruct.GetAllElements Method 

Call this method to obtain an XPArrayList containing all of the HTMLElement objects constituting this construct.

This list is recursively genererated, so it is likely that some of the HTMLElements on this list will internally include references to other HTMLElements on this list. For example, if this construct were a table, with a row, with a column, with an image, this method would return an XPArrayList with 4 items: an HTMLTable, an HTMLTableRow, an HTMLTableCell, and an HTMLImg.

public virtual XPArrayList GetAllElements();

Return Value

See Also

PTConstruct Class | com.plumtree.xpshared.htmlconstructs Namespace