Plumtree Pluggable Navigation API  
 

PlumtreeDP Members

PlumtreeDP overview

Public Static Fields

JAVASCRIPT_INITIALIZE_EVENTS 

Public Instance Methods

AddToValidationFunction (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
Display 
DisplayForm (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
DisplayHTMLAfterForm (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
DisplayHTMLBeforeForm (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
DisplayHTMLinHEAD (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
DisplayJavascript (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
Get508RepostURL (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
GetAddMainForm 
GetBasicJavascript 
GetCloseOnCancel (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
GetFormPageType (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
GetFormTitle 
GetHashCode (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.
GetInitializeEventsJavaScript 
GetMetaRefresh Forms meta-refresh tag for page auto refreshing. Override this method to do custom page refreshes.
GetName 
GetNavScheme This method is also used by the BasePage layout NavArea tag.
GetOnLoad (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
GetOwner (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
GetStatusViewEnabled (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
GetStatusViewRepostValues (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
GetSubtitleForBanner 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.
GetTitleForBanner 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.
GetType (inherited from Object)Gets the Type of the current instance.
GetUseJavascript (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
GetWindowFocusEnabled (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
Init (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
InsertJavascriptBeforeFormSubmit (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
PageDisplay 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.
PartialContentDisplay (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
RemoveFromValidationFunction (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
SetAddMainForm 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.
SetMultiPartEncoding (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
SetShow508FormFooter (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
SetStatusViewEnabled (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
SetStatusViewRepostValues (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Constructors

PlumtreeDP Constructor Initializes a new instance of the PlumtreeDP class.

Protected Instance Fields

m_asOwner (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
m_bAddMainForm Whether or not to display the main form
m_nLeftWidth 
m_nLeftWidthAlone 
m_nRightWidth 
m_nRightWidthAlone 
m_nTableSpacing 

Protected Instance Methods

DisplayBody 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().
DisplayHead 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().
DisplayJavaScriptFromChild (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
DisplayJavaScriptToHead 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.
DisplayLayoutOverloaded. This method checks whether or not the page should be displayed using layout mode and then displays it.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
GetRepostControlName (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
GetRepostTypeIsPost (inherited from com.plumtree.uiinfrastructure.form.AFormDP) 
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
RegisterNavScheme 

See Also

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