com.plumtree.portalpages.admin.editors.communitytemplate
Class CommunityTemplateMainDP
java.lang.Object
com.plumtree.uiinfrastructure.form.AFormDP
com.plumtree.uiinfrastructure.editor.EditorDP
com.plumtree.portalpages.admin.editors.communitytemplate.CommunityTemplateMainDP
- All Implemented Interfaces:
- IDisplayPage, IMVCObject
public class CommunityTemplateMainDP
- extends EditorDP
- Author:
- michaeld
| Methods inherited from class com.plumtree.uiinfrastructure.form.AFormDP |
AddToValidationFunction, Display, DisplayForm, DisplayHTMLAfterForm, DisplayHTMLinHEAD, DisplayJavascript, Get508RepostURL, GetCloseOnCancel, GetFormPageType, GetOnLoad, GetRepostControlName, GetRepostTypeIsPost, GetStatusViewEnabled, GetStatusViewRepostValues, GetUseJavascript, GetWindowFocusEnabled, InsertJavascriptBeforeFormSubmit, PartialContentDisplay, RemoveFromValidationFunction, SetMultiPartEncoding, SetShow508FormFooter, SetStatusViewEnabled, SetStatusViewRepostValues |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STR_MVC_CLASS_NAME
public static final java.lang.String STR_MVC_CLASS_NAME
- Object Name
- See Also:
- Constant Field Values
CommunityTemplateMainDP
public CommunityTemplateMainDP()
GetLeftNavString
public java.lang.String GetLeftNavString()
- Returns the String to display on the left navigation menu, linking to
that page.
- Specified by:
GetLeftNavString in class EditorDP
- Returns:
- String
GetName
public java.lang.String GetName()
- Returns the Class name.
- Specified by:
GetName in interface IMVCObject- Specified by:
GetName in class EditorDP
- Returns:
- String
- See Also:
IMVCObject.GetName()
PageDisplay
public HTMLElement PageDisplay()
- Returns the HTML for the Community Template Page Templates page.
- Overrides:
PageDisplay in class EditorDP
- Returns:
- HTMLElement
- Throws:
HTMLException- See Also:
com.plumtree.uiinfrastructure.activityspace.AFormDP#PageDisplay(HTMLTableRow)
DisplayJavaScriptFromChild
protected HTMLScriptCollection DisplayJavaScriptFromChild()
- 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.
- Overrides:
DisplayJavaScriptFromChild in class EditorDP
- Returns:
- HTMLScriptCollection
- See Also:
AFormDP.DisplayJavaScriptFromChild()
GetHTMLBelowSubHeader
protected HTMLElement GetHTMLBelowSubHeader()
- Implement this method to add HTML below the sub header.
- Overrides:
GetHTMLBelowSubHeader in class EditorDP
- Returns:
- HTMLElement
- Throws:
HTMLException