Plumtree Portal UI  
 

com.plumtree.portaluiinfrastructure.editor.saveobject Namespace

Namespace hierarchy

Classes

Class Description
SaveObjectAS This is the AS class for the save object pop-up window. The save object window will pop-up at the end of each object Editor in create mode.
SaveObjectBottomFrameDP This is the DP for the Bottom frame. It displays the name and description Section. This DP is displayed by the Main Frame DP: SaveObjectMainFrameDP.
SaveObjectCantChangeFolderDP This is the DP is to replace the folder tree when the admin folder cannot be changed.
SaveObjectCantChangeFolderView This Section contains the HTML for the name and description.
SaveObjectClosePopUpDP This DP is used to close the save pop-up and refresh the Editor.
SaveObjectFoldersFrameDP Display Page for the save pop-up main frame.
SaveObjectGoToSecurityTabDP This DP is used to redirect to the dependencies page. Because we are going from a page with 3 frames to a page with no frame, it has to be done by a JavaScript. The body frame will redirect to this DP and this DP is just a JavaScript that will do the real redirection to the dependencies page.
SaveObjectMainFrameDP This is the main Display Page for the save object pop-up window. It defines the 3 frames: top one with the tabs, body one with the tree or the security and the bottom one with the name and description. By default the body frame will display the folder tree.
SaveObjectMenuView This Section contains the HTML for the tabs "save in" and "security".
SaveObjectModel This is the Model class for the Save object pop-up. We use it to store the state of the save object pop-up, except for the security page and the folder tree. The Security page is part of the Object Editor AS which is the parent space of this one. The Folder Tree is a sub space.
SaveObjectNameDescView This Section contains the HTML for the name and description.
SaveObjectRecentFoldersDP This is the DP for the Bottom frame. It displays the name and description Section. This DP is displayed by the Main Frame DP: SaveObjectMainFrameDP.
SaveObjectRecentFoldersView This Section contains the HTML for the most recently used folders.
SaveObjectRedirectDP This DP is used to redirect to the dependencies page. Because we are going from a page with 3 frames to a page with no frame, it has to be done by a JavaScript. The body frame will redirect to this DP and this DP is just a JavaScript that will do the real redirection to the dependencies page.
SaveObjectRepostControl  
SaveObjectStartControl This control is used to initalize the save object pop-up. It has to be called the first time the pop-up is displayed.
SaveObjectTopFrameDP This is the DP for the Bottom frame. It displays the name and description Section. This DP is displayed by the Main Frame DP: SaveObjectMainFrameDP.

Interfaces

Interface Description
ISaveObjectModelRO This interface is implemented by the Model. It contains all the read-only mothods of the Model accessed by the Views.