|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.form.RepostControl
com.plumtree.uiinfrastructure.editor.EditorRepostControl
com.plumtree.portaluiinfrastructure.editor.ObjEditorRepostControl
public class ObjEditorRepostControl
This class has the responsability to call the PerformRepostAction method on common pages such as the Security page or the Localize Names and Descriptions page.
| Field Summary | |
|---|---|
static int |
POSTTOSELF_ACTION_REDIRECT_AFTER_SAVEPOPUP
Redirects the main window when you are done with the pop-up. |
static java.lang.String |
STR_MVC_CLASS_NAME
Class name for the Activity Space. |
| Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorRepostControl |
|---|
POSTTOSELF_ACTION_ONRETURN_FROM_SUBEDITOR |
| Constructor Summary | |
|---|---|
ObjEditorRepostControl()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
protected boolean |
DisableSavePopUp()
Override this method to disable the save pop up. |
java.lang.String |
GetName()
Returns the Class name. |
protected void |
OpenSavePopUp()
Helper nmethod to build the URL to the save pop-up and add the Javascript to open it to the curent page. |
protected void |
PerformAction(int _nAction)
Switch between the action modes and call the associated method for each action. |
void |
PerformFinishAction()
For the Object Editor we don't want to store the object yet. |
protected void |
SaveCurrentPage()
Get the current page name and call the save method on the model. |
| Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorRepostControl |
|---|
CheckActionSecurityAndExecute, CheckMandatoryPages, PerformCancelAction, PerformReadOnlyAction, SetRedirectToCloseSubEditor |
| Methods inherited from class com.plumtree.uiinfrastructure.form.RepostControl |
|---|
GetPageStatus, GetRepostAction, Init, PerformPassthruAction, SetPageStatus, SetRedirect, SetRepostAction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String STR_MVC_CLASS_NAME
public static final int POSTTOSELF_ACTION_REDIRECT_AFTER_SAVEPOPUP
| Constructor Detail |
|---|
public ObjEditorRepostControl()
| Method Detail |
|---|
public java.lang.Object Create()
IManagedObject
Create in interface IManagedObjectCreate in class EditorRepostControlIManagedObject.Create()public java.lang.String GetName()
GetName in interface IMVCObjectGetName in class EditorRepostControlpublic void PerformFinishAction()
PerformFinishAction in class EditorRepostControlprotected boolean DisableSavePopUp()
protected void OpenSavePopUp()
XPExceptionprotected void PerformAction(int _nAction)
PerformAction in class EditorRepostControl_nAction - protected void SaveCurrentPage()
SaveCurrentPage in class EditorRepostControlRepostControl.SaveCurrentPage()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||