Plumtree Portal UI  
 

CompositeDisplayElement Methods

The methods of the CompositeDisplayElement class are listed below. For a complete list of CompositeDisplayElement class members, see the CompositeDisplayElement Members topic.

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 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