com.plumtree.portaluiinfrastructure.editor.commonpages.localizednames
Class LocNamesPopUpDP

java.lang.Object
  extended by com.plumtree.uiinfrastructure.form.AFormDP
      extended by com.plumtree.portaluiinfrastructure.editor.commonpages.localizednames.LocNamesPopUpDP
All Implemented Interfaces:
IDisplayPage, IMVCObject

public class LocNamesPopUpDP
extends AFormDP

MES- The LocNamesPopUpDP class is a Display Page for the Localized Names popup. The popup is used to edit the name and description for a given language, or add a new name/description.

Version:
1.0
Author:
MichaelS

Field Summary
static java.lang.String STR_MVC_CLASS_NAME
          MES- The name of this object
 
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, m_asOwner, MULTIPART_ENCODING, POST
 
Constructor Summary
LocNamesPopUpDP()
           
 
Method Summary
protected  HTMLScriptCollection DisplayJavaScriptFromChild()
          Display the Javascripts for the Views.
 FormPageTypes GetFormPageType()
          This method returns the current page type.
 java.lang.String GetFormTitle()
          Returns the title for the form
 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.form.AFormDP
AddToValidationFunction, Display, DisplayForm, DisplayHTMLAfterForm, DisplayHTMLBeforeForm, DisplayHTMLinHEAD, DisplayJavascript, Get508RepostURL, GetCloseOnCancel, GetOnLoad, GetOwner, GetRepostControlName, GetRepostTypeIsPost, GetStatusViewEnabled, GetStatusViewRepostValues, GetUseJavascript, GetWindowFocusEnabled, Init, 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
MES- The name of this object

See Also:
Constant Field Values
Constructor Detail

LocNamesPopUpDP

public LocNamesPopUpDP()
Method Detail

GetLeftNavString

public java.lang.String GetLeftNavString()
Returns the String to display on the left navigation menu, linking to that page.

Returns:
String

GetName

public java.lang.String GetName()
Returns the Class name.

Specified by:
GetName in interface IMVCObject
Specified by:
GetName in class AFormDP
Returns:
String
See Also:
IMVCObject.GetName()

GetFormTitle

public java.lang.String GetFormTitle()
Returns the title for the form

Specified by:
GetFormTitle in class AFormDP
Returns:
String
See Also:
com.plumtree.uiinfrastructure.activityspace.AFormDP#GetFormTitle()

GetFormPageType

public FormPageTypes GetFormPageType()
Description copied from class: AFormDP
This method returns the current page type. Override this method to display a different page type (small pop-up, etc...) This gets called at Init() time. Default has no buttons on the form.

Overrides:
GetFormPageType in class AFormDP
Returns:
FormPageTypes the type of the page to display
See Also:
AFormDP.GetFormPageType()

PageDisplay

public HTMLElement PageDisplay()
Returns the HTML for that Page.

Specified by:
PageDisplay in class AFormDP
Returns:
HTMLElement
Throws:
HTMLException
See Also:
com.plumtree.uiinfrastructure.activityspace.AFormDP#PageDisplay()

DisplayJavaScriptFromChild

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

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



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