com.plumtree.portalpages.common.search
Class TypeSelectorRepostControl

java.lang.Object
  extended by com.plumtree.uiinfrastructure.editor.EditorHelperRepostControl
      extended by com.plumtree.portalpages.common.search.TypeSelectorRepostControl
All Implemented Interfaces:
IControl, IManagedObject, IMVCObject

public class TypeSelectorRepostControl
extends EditorHelperRepostControl

Author:
CraigS, based on MikeS/OlegS code

Field Summary
static java.lang.String STR_MVC_CLASS_NAME
           
 
Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorHelperRepostControl
m_asOwner, m_model
 
Constructor Summary
TypeSelectorRepostControl()
           
 
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 action, XPHashtable formData)
          This method is a dispatcher.
 
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
See Also:
Constant Field Values
Constructor Detail

TypeSelectorRepostControl

public TypeSelectorRepostControl()
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
Specified by:
Create in class EditorHelperRepostControl
Returns:

GetName

public java.lang.String GetName()
Description copied from class: EditorHelperRepostControl
Returns the Class name.

Specified by:
GetName in interface IMVCObject
Specified by:
GetName in class EditorHelperRepostControl
Returns:

PerformRepostAction

public void PerformRepostAction(int action,
                                XPHashtable formData)
Description copied from class: EditorHelperRepostControl
This method is a dispatcher. For each repost action it should perform the right action.

Specified by:
PerformRepostAction in class EditorHelperRepostControl
Parameters:
action -
formData -



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