Uiinfrastructure API Docs  
 

AComponent.GetComponentHTML Method 

This method serves as a getter for component HTML. Sub-classes must implement this method.

public abstract HTMLElementCollection GetComponentHTML();

Return Value

The HTML for the component itself.

See Also

AComponent Class | com.plumtree.uiinfrastructure.pagecontrols.framework Namespace