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

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

public class LocNamesPrimaryNameView
extends EditorView

This is the implementation of the Expandable List framework for the Growable Array. Is constains the HTML to display the Growable Array. It gets the data to display from GrowableListModel.

Author:
MichaelS

Field Summary
static java.lang.String HTMLINPUT_DESCRIPTION
           
static java.lang.String HTMLINPUT_NAME
          MES- The names of various HTML elements, such as inputs
static java.lang.String LOCNAME_CHK_SUPPORTS_LOC
          LOCNAME_CHK_SUPPORTS_LOC is the name of the clientside checkbox control that is used to indicate if this object should support localization
static java.lang.String PRIMARY_LANG_DROPDOWN
          MES- PRIMARY_LANG_DROPDOWN is the name of the control that users use to select the primary language for the object
static int STANDARD_INPUT_BOX_WIDTH
          MES- Other constants for drawing UI
static java.lang.String STR_MVC_CLASS_NAME
          Class name for the activity space
static java.lang.String SWITCH_LOCALIZED_STATE_FUNC_NAME
          MES- This function is only called from code in this file- it responds to changing the IsLocalized checkbox
static java.lang.String VALIDATION_FUNC_NAME
          MES- The validate function is known to the Display Page
 
Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorView
m_asOwner, m_model, SPACE
 
Constructor Summary
LocNamesPrimaryNameView()
           
 
Method Summary
 java.lang.Object Create()
          This method is used by the ASManager to return new instances of managed objects.
 HTMLElement Display()
          This method returns the HTMLElement that encompasses the output of the Section.
 HTMLScript DisplayJavascript()
          This method returns the HTMLScript that encompasses the Javascript on the page.
 java.lang.String GetName()
          Returns the Class name.
 
Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorView
AddEmptyCellToRow, AddEmptyCellToRow, AddEmptyRowToTable, AddEmptyRowToTable, GetHeaderView, GetHeaderViewHelper, GetShortSpacerTable, GetSpacerTable, Init
 
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
Class name for the activity space

See Also:
Constant Field Values

LOCNAME_CHK_SUPPORTS_LOC

public static final java.lang.String LOCNAME_CHK_SUPPORTS_LOC
LOCNAME_CHK_SUPPORTS_LOC is the name of the clientside checkbox control that is used to indicate if this object should support localization

See Also:
Constant Field Values

PRIMARY_LANG_DROPDOWN

public static final java.lang.String PRIMARY_LANG_DROPDOWN
MES- PRIMARY_LANG_DROPDOWN is the name of the control that users use to select the primary language for the object

See Also:
Constant Field Values

VALIDATION_FUNC_NAME

public static final java.lang.String VALIDATION_FUNC_NAME
MES- The validate function is known to the Display Page

See Also:
Constant Field Values

SWITCH_LOCALIZED_STATE_FUNC_NAME

public static final java.lang.String SWITCH_LOCALIZED_STATE_FUNC_NAME
MES- This function is only called from code in this file- it responds to changing the IsLocalized checkbox

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

STANDARD_INPUT_BOX_WIDTH

public static final int STANDARD_INPUT_BOX_WIDTH
MES- Other constants for drawing UI

See Also:
Constant Field Values
Constructor Detail

LocNamesPrimaryNameView

public LocNamesPrimaryNameView()
Method Detail

Create

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

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

Display

public HTMLElement Display()
This method returns the HTMLElement that encompasses the output of the Section.

Specified by:
Display in interface IView
Specified by:
Display in class EditorView
Returns:
HTMLElement

DisplayJavascript

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

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

GetName

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

Specified by:
GetName in interface IMVCObject
Specified by:
GetName in class EditorView
Returns:
String



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