Plumtree Portal UI  
 

ObjEditorRepostControl Members

ObjEditorRepostControl overview

Public Static Fields

POSTTOSELF_ACTION_REDIRECT_AFTER_SAVEPOPUP Redirects the main window when you are done with the pop-up.
STR_MVC_CLASS_NAME Class name for the Activity Space.

Public Instance Constructors

ObjEditorRepostControl Constructor Initializes a new instance of the ObjEditorRepostControl class.

Public Instance Methods

CheckActionSecurityAndExecute (inherited from com.plumtree.uiinfrastructure.editor.EditorRepostControl) 
Create 
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetName Returns the Class name.
GetPageStatus (inherited from com.plumtree.uiinfrastructure.form.RepostControl) 
GetRepostAction (inherited from com.plumtree.uiinfrastructure.form.RepostControl) 
GetType (inherited from Object)Gets the Type of the current instance.
Init (inherited from com.plumtree.uiinfrastructure.form.RepostControl) 
PerformFinishAction For the Object Editor we don't want to store the object yet. We need to pop-up the save Object window so the user can select the folder, set the security and and set the name and description. To do this we add a JavaScript to the current DP to open the pop-up window.
SetPageStatus (inherited from com.plumtree.uiinfrastructure.form.RepostControl) 
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

m_asOwner (inherited from com.plumtree.uiinfrastructure.form.RepostControl) 
m_bInitialized (inherited from com.plumtree.uiinfrastructure.form.RepostControl) 
m_htFormData (inherited from com.plumtree.uiinfrastructure.form.RepostControl) 
m_model (inherited from com.plumtree.uiinfrastructure.form.RepostControl) 
m_nAction (inherited from com.plumtree.uiinfrastructure.form.RepostControl) 
m_nPageStatus (inherited from com.plumtree.uiinfrastructure.form.RepostControl) 
m_rRedirect (inherited from com.plumtree.uiinfrastructure.form.RepostControl) 

Protected Instance Methods

CheckMandatoryPages (inherited from com.plumtree.uiinfrastructure.editor.EditorRepostControl) 
DisableSavePopUp Override this method to disable the save pop up.
Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
OpenSavePopUp Helper nmethod to build the URL to the save pop-up and add the Javascript to open it to the curent page.
PerformAction Switch between the action modes and call the associated method for each action.
PerformCancelAction (inherited from com.plumtree.uiinfrastructure.editor.EditorRepostControl) 
PerformPassthruAction (inherited from com.plumtree.uiinfrastructure.form.RepostControl) 
PerformReadOnlyAction (inherited from com.plumtree.uiinfrastructure.editor.EditorRepostControl) 
SaveCurrentPage Get the current page name and call the save method on the model.
SetRedirect (inherited from com.plumtree.uiinfrastructure.form.RepostControl) 
SetRedirectToCloseSubEditor (inherited from com.plumtree.uiinfrastructure.editor.EditorRepostControl) 
SetRepostAction (inherited from com.plumtree.uiinfrastructure.form.RepostControl) 

See Also

ObjEditorRepostControl Class | com.plumtree.portaluiinfrastructure.editor Namespace