com.plumtree.portalpages.portlets.userprofile.eoddisplay.prefs
Class EODPortletPrefsRenameCtgDP

java.lang.Object
  extended by com.plumtree.uiinfrastructure.form.AFormDP
      extended by com.plumtree.uiinfrastructure.editor.EditorDP
          extended by com.plumtree.portalpages.portlets.userprofile.eoddisplay.prefs.EODPortletPrefsRenameCtgDP
All Implemented Interfaces:
IDisplayPage, IMVCObject

public class EODPortletPrefsRenameCtgDP
extends EditorDP

Author:
JHQ, jennifersu Pop up page lists all sections of a page. Users can select a section to rename and the localized names and description dp and model are called. The DP is initialized by passing in a section object representing a section in a user profile page. The MVC name is overwritten via the constructor. When trying to reference this class, use the name it was registered with. If attempting to find out if a particular class if of this type, use instanceof insteand of the MVC string.

Field Summary
static java.lang.String HIDDEN_CTGNAME
           
static java.lang.String HTMLBUTTON_CANCEL
           
static java.lang.String HTMLBUTTON_DONE
           
static java.lang.String HTMLINPUT_POPUPSTRING
          html element names
static java.lang.String STR_MVC_CLASS_NAME
          object name
 
Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorDP
m_asOwner
 
Fields inherited from class com.plumtree.uiinfrastructure.form.AFormDP
GET, HTMLFORM_NAME, JAVASCRIPT_SETUP_FOR_SUBMIT_TO_CONTROL, JAVASCRIPT_SUBMIT_FORM, JAVASCRIPT_SUBMIT_TO_CONTROL, MULTIPART_ENCODING, POST
 
Constructor Summary
EODPortletPrefsRenameCtgDP(java.lang.String _strTitle)
           
 
Method Summary
protected  HTMLScriptCollection DisplayJavaScriptFromChild()
          Display the Javascripts for the Views.
 HTMLScript GetJavascript()
          This method returns the HTMLScript that encompasses the Javascript on the page.
 java.lang.String GetLeftNavString()
          Returns the String to display on the left navigation menu, linking to that page.
 java.lang.String GetName()
          Returns the Class name.
 HTMLElement PageDisplay()
          Returns the HTML for that Page.
 
Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorDP
AddScriptToHead, CreateContentTable, CreateLeftNavBar, DisplayHTMLBeforeForm, GetEditorHeaderViewName, GetFormTitle, GetHTMLBelowSubHeader, GetOwner, GetPageTitle, Init, SetContentTableCellSpacing
 
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
 

Field Detail

STR_MVC_CLASS_NAME

public static final java.lang.String STR_MVC_CLASS_NAME
object name

See Also:
Constant Field Values

HTMLINPUT_POPUPSTRING

public static final java.lang.String HTMLINPUT_POPUPSTRING
html element names

See Also:
Constant Field Values

HTMLBUTTON_DONE

public static final java.lang.String HTMLBUTTON_DONE
See Also:
Constant Field Values

HTMLBUTTON_CANCEL

public static final java.lang.String HTMLBUTTON_CANCEL
See Also:
Constant Field Values

HIDDEN_CTGNAME

public static final java.lang.String HIDDEN_CTGNAME
See Also:
Constant Field Values
Constructor Detail

EODPortletPrefsRenameCtgDP

public EODPortletPrefsRenameCtgDP(java.lang.String _strTitle)
Parameters:
_strTitle -
Method Detail

GetJavascript

public HTMLScript GetJavascript()
This method returns the HTMLScript that encompasses the Javascript on the page.

Returns:
HTMLScript
See Also:
IView.DisplayJavascript()

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()
Description copied from class: EditorDP
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()
Description copied from class: EditorDP
Returns the HTML for that Page.

Overrides:
PageDisplay in class EditorDP
Returns:
HTMLElement
See Also:
AFormDP.PageDisplay()

DisplayJavaScriptFromChild

protected HTMLScriptCollection DisplayJavaScriptFromChild()
Display the Javascripts for the Views.

Overrides:
DisplayJavaScriptFromChild in class EditorDP
Returns:
HTMLScriptCollection
Throws:
HTMLException



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.