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

java.lang.Object
  extended by com.plumtree.uiinfrastructure.editor.EditorHelperRepostControl
      extended by com.plumtree.uiinfrastructure.expandablelist.ExpListControl
          extended by com.plumtree.portaluiinfrastructure.editor.commonpages.localizednames.LocNamesRepostControl
All Implemented Interfaces:
IControl, IManagedObject, IMVCObject

public class LocNamesRepostControl
extends ExpListControl

MES- LocNamesRepostControl is the repost control for the Localized Names and Descriptions page. It controls what happens when the form posts to itself.

Version:
1.0
Author:
MichaelS

Field Summary
static int POSTTOSELF_ACTION_CHANGE_ISLOCALIZED
           
static int POSTTOSELF_ACTION_CHANGE_PRIMARYLANG
           
static int POSTTOSELF_ACTION_NAMEDESC_POPUP
          MES- Custom post actions that we post to ourself- we don't want to conflict with a superclass!
static java.lang.String STR_MVC_CLASS_NAME
          MES- The name of this object
 
Fields inherited from class com.plumtree.uiinfrastructure.expandablelist.ExpListControl
POSTTOSELF_ACTION_ADD, POSTTOSELF_ACTION_ADD_IPR, POSTTOSELF_ACTION_DELETE, POSTTOSELF_ACTION_MODIFYROW, POSTTOSELF_ACTION_MOVEROW, POSTTOSELF_ACTION_OPENTREE, POSTTOSELF_ACTION_REVERSESORT, POSTTOSELF_ACTION_SORTBYCOLUMN
 
Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorHelperRepostControl
m_asOwner, m_model
 
Constructor Summary
LocNamesRepostControl()
           
 
Method Summary
 java.lang.Object Create()
          This method is used by the ASManager to return new instances of managed objects.
 java.lang.String GetName()
          Returns the Class name.
 void PerformRepostAction(int _nAction, XPHashtable _htFormData)
          Switch between the action modes and call the associated method for each action.
 
Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorHelperRepostControl
CheckActionSecurityAndExecute, 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
MES- The name of this object

See Also:
Constant Field Values

POSTTOSELF_ACTION_NAMEDESC_POPUP

public static final int POSTTOSELF_ACTION_NAMEDESC_POPUP
MES- Custom post actions that we post to ourself- we don't want to conflict with a superclass!

See Also:
Constant Field Values

POSTTOSELF_ACTION_CHANGE_ISLOCALIZED

public static final int POSTTOSELF_ACTION_CHANGE_ISLOCALIZED
See Also:
Constant Field Values

POSTTOSELF_ACTION_CHANGE_PRIMARYLANG

public static final int POSTTOSELF_ACTION_CHANGE_PRIMARYLANG
See Also:
Constant Field Values
Constructor Detail

LocNamesRepostControl

public LocNamesRepostControl()
Method Detail

Create

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

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

GetName

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

Specified by:
GetName in interface IMVCObject
Overrides:
GetName in class ExpListControl
Returns:
String

PerformRepostAction

public void PerformRepostAction(int _nAction,
                                XPHashtable _htFormData)
Switch between the action modes and call the associated method for each action.

Overrides:
PerformRepostAction in class ExpListControl
Parameters:
_nAction - is the action to take
_htFormData - is a hashtable that stores the posted form data and querystring arguments



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