CompositeDisplayElement overview
![]() |
Constructor for CompositeDisplayElement. This should only be called by the tag framework. |
![]() | Add a child display element to this container. |
![]() | |
![]() | Determines whether the specified Object is equal to the current 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. |
![]() | 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. |
![]() | Get the parent tag of this container. The parent tag is the next TagDisplayElement above this element in the display tree. |
![]() | Gets the Type of the current instance. |
![]() | |
![]() | |
![]() | |
![]() | Returns a String that represents the current Object. |
![]() | The child display elements of this element. |
![]() | The container that this element is stored in. This may be an internal child container of the parent tag element. |
![]() | The immediate parent tag of this element. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
CompositeDisplayElement Class | com.plumtree.portaluiinfrastructure.tags.displaytree Namespace