Plumtree Portal UI  
 

IDisplayElement Interface

This is the base class for the different kinds of display elements that are used when processing tags. This is a framework only class and should not be used by external developers.

For a list of all members of this type, see IDisplayElement Members.

public interface IDisplayElement

Types that implement IDisplayElement

Type Description
CompositeDisplayElement This class contains multiple Display Elements. This is a framework only class and should not be used by external developers.
HTMLDisplayElement This class displays an HTML fragment. This is a framework only class and should not be used by external developers.
TagDisplayElement This class displays a Tag. On construction, it merely stores the Tag data, and waits until execution time to create the tag. This is a framework only class and should not be used by external developers.

Requirements

Namespace: com.plumtree.portaluiinfrastructure.tags.displaytree

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

IDisplayElement Members | com.plumtree.portaluiinfrastructure.tags.displaytree Namespace