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

java.lang.Object
  extended by com.plumtree.portaluiinfrastructure.editor.commonpages.localizednames.LocNamesPopUpView
All Implemented Interfaces:
IManagedObject, IMVCObject, IView

public class LocNamesPopUpView
extends java.lang.Object
implements IView

LocNamesPopUpView creates the HTML for the "popup" for editing name, description, and language for a given object.

Version:
1.0
Author:
MichaelS

Field Summary
static java.lang.String HTMLBUTTON_CANCEL
           
static java.lang.String HTMLBUTTON_DONE
           
static java.lang.String HTMLINPUT_DESCRIPTION
           
static java.lang.String HTMLINPUT_LANG
           
static java.lang.String HTMLINPUT_NAME
          MES- The names of various HTML elements, such as inputs
static java.lang.String STR_MVC_CLASS_NAME
          MES- The name of this object
 
Constructor Summary
LocNamesPopUpView()
           
 
Method Summary
 java.lang.Object Create()
          This method is used by the ASManager to return new instances of managed objects.
 HTMLElement Display()
          Returns the HTML for the Section.
 HTMLScript DisplayJavascript()
          This method returns the HTMLScript that encompasses the Javascript on the page.
 java.lang.String GetName()
          Returns the Class name.
 void Init(IModelRO model, AActivitySpace parent)
          This method initializes the View with the read only model interface it is supposed to draw it's data from as well as it's parent ActivitySpace (necessary to create URLS).
 
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

HTMLINPUT_NAME

public static final java.lang.String HTMLINPUT_NAME
MES- The names of various HTML elements, such as inputs

See Also:
Constant Field Values

HTMLINPUT_DESCRIPTION

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

HTMLINPUT_LANG

public static final java.lang.String HTMLINPUT_LANG
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
Constructor Detail

LocNamesPopUpView

public LocNamesPopUpView()
Method Detail

Create

public java.lang.Object Create()
Description copied from interface: IManagedObject
This method is used by the ASManager to return new instances of managed objects.

Specified by:
Create in interface IManagedObject
Returns:
A new instance of the managed class (i.e. return new Foo();)
See Also:
IManagedObject.Create()

Init

public void Init(IModelRO model,
                 AActivitySpace parent)
Description copied from interface: IView
This method initializes the View with the read only model interface it is supposed to draw it's data from as well as it's parent ActivitySpace (necessary to create URLS).

Specified by:
Init in interface IView
See Also:
IView.Init(com.plumtree.uiinfrastructure.activityspace.IModelRO, com.plumtree.uiinfrastructure.activityspace.AActivitySpace)

Display

public HTMLElement Display()
Returns the HTML for the Section.

Specified by:
Display in interface IView
Returns:
HTMLElement
Throws:
XPException

DisplayJavascript

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

Specified by:
DisplayJavascript in interface IView
Returns:
HTMLScript
See Also:
IView.DisplayJavascript()

GetName

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

Specified by:
GetName in interface IMVCObject
Returns:
String



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