Plumtree Portal UI  
 

CompositeDisplayElement Members

CompositeDisplayElement overview

Public Instance Constructors

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

Public Instance Methods

AddChildElement Add a child display element to this container.
Display 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetParentContainer Get the parent container of this container. The parent container is the next CompositeDisplayElement above this element in the display tree, not the next element (which will often be a TagDisplayElement), but rather the composite element above that one.
GetParentTag Get the parent tag of this container. The parent tag is the next TagDisplayElement above this element in the display tree.
GetType (inherited from Object)Gets the Type of the current instance.
HasChildElements 
HasParentElement 
Release 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

m_DisplayElements The child display elements of this element.
m_ParentContainer The container that this element is stored in. This may be an internal child container of the parent tag element.
m_ParentTag The immediate parent tag of this element.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

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