Plumtree Portal UI  
 

CompositeDisplayElement Constructor 

Constructor for CompositeDisplayElement. This should only be called by the tag framework.

public CompositeDisplayElement(
   TagDisplayElement _parentTag,
   CompositeDisplayElement _parentContainer
);

Parameters

_parentTag
The immediate parent tag of this element.
_parentContainer
The container that this element is stored in. This may be an internal child container of the parent tag element.

See Also

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