Uiinfrastructure API Docs  
 

IDisplayPage Interface

Display Pages aggregate Views and put them into an HTMLPage. They are owned by Activity Spaces and represent a view into an MVC framework. Display Pages are allowed to get and set data on the Models, if necessary. Display Pages are viewed as an extension of Activity Spaces, and therefore are not subject to the strict data/logic/presentation separation that MVC components are.

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

public interface IDisplayPage : IMVCObject

Types that implement IDisplayPage

Type Description
CommentDP This is class is used to print out together the Views for the Misc Settings page of the Misc Editor.
FrameSetDP This class implements a frame set page.
ADevicesDP_PDA  
ADevicesDP_WML  
EditorDP This is class is used to print out the form tag, some hidden input and the postToSelf Javascript function. Editor display pages should extend this class.
DownloadBinaryDP  
DownloadFilePopupDP  
AFormDP All AActivitySpaces that contain IDisplayPages that extend AFormDP must also implement IRepostAS. The exception to this rule is that PlumtreeDP extends AFormDP, but by default does not include the form code. Therefore, when you are using PlumtreeDP, you only need to implement IRepostAS if you have called SetAddMainForm(true);
ClosePopUpDP This Display Page adds client specified Javascript to the page and then closes the window. This is useful for closing pop-ups after they are finished.
SimplePopUpDP This is a simply pop-up display page.
HelpBackFrame  
HelpFrameSetDP  
TreeDP This page displays the main section of the tree, including the sub-title bar.
TreeFrameDP The main frameset for the tree. Contains the top frame with buttons, bottom frame with selected items, and scrolling body frame for the tree.
TreeHeaderDP The header displays common code and the header bar at the top of the tree.

Requirements

Namespace: com.plumtree.uiinfrastructure.activityspace

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

IDisplayPage Members | com.plumtree.uiinfrastructure.activityspace Namespace