|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.opener.BaseOpenerControl
public class BaseOpenerControl
This control redirects to the appropriate editor, file, etc.
| Field Summary | |
|---|---|
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Constructor Summary | |
|---|---|
BaseOpenerControl()
|
|
| Method Summary | |
|---|---|
Redirect |
CheckActionSecurityAndExecute(XPHashtable _htArguments)
This method is the gateway to the Common Opener. |
java.lang.Object |
Create()
This method is used by the ASManager to return new instances of managed objects. |
java.lang.String |
GetName()
Return the name of the MVC object. |
void |
Init(IModel _model,
AActivitySpace _asSpace)
Initialize the control with the model it should use and it's parent AActivitySpace. |
| 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
| Constructor Detail |
|---|
public BaseOpenerControl()
| Method Detail |
|---|
public Redirect CheckActionSecurityAndExecute(XPHashtable _htArguments)
CheckActionSecurityAndExecute in interface IControl_htArguments - These are our QS arguments.
com.plumtree.uiinfrastructure.activityspace.IControl#Execute()public java.lang.Object Create()
IManagedObject
Create in interface IManagedObjectIManagedObject.Create()public java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectIMVCObject.GetName()
public void Init(IModel _model,
AActivitySpace _asSpace)
IControl
Init in interface IControlIControl.Init(IModel, AActivitySpace)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||