Plumtree Pluggable Navigation API  
 

PlumtreeDP Members

PlumtreeDP overview

Public Static Fields

iconiconJAVASCRIPT_INITIALIZE_EVENTS 

Public Instance Methods

iconAddToValidationFunction (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconDisplay 
iconDisplayForm (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconDisplayHTMLAfterForm (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconDisplayHTMLBeforeForm (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconDisplayHTMLinHEAD (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconDisplayJavascript (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGet508RepostURL (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconGetAddMainForm 
iconGetBasicJavascript 
iconGetCloseOnCancel (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconGetFormPageType (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconGetFormTitle 
iconGetHashCode (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.
iconGetInitializeEventsJavaScript 
iconGetMetaRefresh Forms meta-refresh tag for page auto refreshing. Override this method to do custom page refreshes.
iconGetName 
iconGetNavScheme This method is also used by the BasePage layout NavArea tag.
iconGetOnLoad (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconGetOwner (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconGetStatusViewEnabled (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconGetStatusViewRepostValues (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconGetSubtitleForBanner This string will be added as the subtitle in a banner that has a subtitle. For example, if you were on a my page named "Green Page", then return "Green Page" here.
iconGetTitleForBanner This string will be added as the title in a banner that has a title. For example, if this is a my page, return "My Pages" here. If you think you don't need a title, then you need to seriously rethink why you are inheriting from PlumtreeDP. Because the WHOLE POINT of PlumtreeDP is that it has a banner.
iconGetType (inherited from Object)Gets the Type of the current instance.
iconGetUseJavascript (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconGetWindowFocusEnabled (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconInit (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconInsertJavascriptBeforeFormSubmit (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconPageDisplay This is a helper method that all classes that inherit from PlumtreeDP need to implement. The method should add whatever HTML the child class wants to display to the body argument. The parent class will then add that HTML to the HTMLPage after filling in the banner and navigation.
iconPartialContentDisplay (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconRemoveFromValidationFunction (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconSetAddMainForm Set the AddMainForm member variable. Set it to true if you want to have the form tag and have the postToSelf javascript automatically printed out.
iconSetMultiPartEncoding (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconSetShow508FormFooter (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconSetStatusViewEnabled (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconSetStatusViewRepostValues (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Constructors

icon PlumtreeDP Constructor Initializes a new instance of the PlumtreeDP class.

Protected Instance Fields

iconm_asOwner (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconm_bAddMainForm Whether or not to display the main form
iconm_nLeftWidth 
iconm_nLeftWidthAlone 
iconm_nRightWidth 
iconm_nRightWidthAlone 
iconm_nTableSpacing 

Protected Instance Methods

iconDisplayBody Constructs the body for the Plumtree display page. Note that this function must be called prior to calling DisplayHead(), because of the special case of intrinsic portlets on the MyPortalDP. Intrinsic portlets view registration, which occurs in PageDisplay(), must occur prior to Javascript generation, which occurs during DisplayJavaScriptFromChild().
iconDisplayHead Constructs the head for the Plumtree display page. Note that this function must be called after calling DisplayBody(), because of the special case of intrinsic portlets on the MyPortalDP. Intrinsic portlets view registration, which occurs in PageDisplay(), must occur prior to Javascript generation, which occurs during DisplayJavaScriptFromChild().
iconDisplayJavaScriptFromChild (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconDisplayJavaScriptToHead This is a helper method that all classes that inherit from PlumtreeDP need to implement. The method should add whatever HTML the child class wants to use the DisplayJavaScript and add it to the head.
iconDisplayLayoutOverloaded. This method checks whether or not the page should be displayed using layout mode and then displays it.
iconFinalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
iconGetRepostControlName (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconGetRepostTypeIsPost (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
iconRegisterNavScheme 

See Also

PlumtreeDP Class | com.plumtree.portalpages.common.uiparts Namespace