Plumtree Portal UI  
 

TagDisplayElement.GetChildElements Method 

This returns a CompositeDisplayElement to be used to contain the children of this tag.

public virtual CompositeDisplayElement GetChildElements(
   CompositeDisplayElement _parent
);

Parameters

_parent
The parent of the current tag

Return Value

CompositeDisplayElement Container for the child elements of this Tag.

See Also

TagDisplayElement Class | com.plumtree.portaluiinfrastructure.tags.displaytree Namespace