Plumtree UI Infrastructure API  
 

HTMLCheckBoxGroupPlus.GetComponentHTML Method 

Returns the HTML for this component. This is not a method that is often used. Rather, iterate over each CheckBoxPlus object and render them -- this way offers more flexible display options.

public override HTMLElementCollection GetComponentHTML();

Return Value

HTMLElementCollection for display in a view

Implements

IPageControl.GetComponentHTML

See Also

HTMLCheckBoxGroupPlus Class | com.plumtree.uiinfrastructure.pagecontrols.htmlpagecontrols Namespace