|
|||||||||
| 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.securitymatrix.SecurityMatrixRepostControl
public class SecurityMatrixRepostControl
This class contains the additional repost actions. The ones specific to this Editor.
| Field Summary | |
|---|---|
static int |
POSTTOSELF_ACTION_APPLY_ONLY_THIS_FOLDER
abo - apply changes now |
static int |
POSTTOSELF_ACTION_APPLY_RECURSIVELY
abo - apply changes later 1 |
static int |
POSTTOSELF_ACTION_CANCEL_ALL_CHANGES
abo - cancel all changes |
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 | |
|---|---|
SecurityMatrixRepostControl()
|
|
| 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. |
protected void |
PerformAction(int _nAction)
Switch between the action modes and call the associated method for each action. |
| Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorRepostControl |
|---|
CheckActionSecurityAndExecute, CheckMandatoryPages, PerformCancelAction, PerformFinishAction, PerformReadOnlyAction, SaveCurrentPage, 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_APPLY_ONLY_THIS_FOLDER
public static final int POSTTOSELF_ACTION_APPLY_RECURSIVELY
public static final int POSTTOSELF_ACTION_CANCEL_ALL_CHANGES
| Constructor Detail |
|---|
public SecurityMatrixRepostControl()
| 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 EditorRepostControlprotected void PerformAction(int _nAction)
PerformAction in class EditorRepostControlint -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||