|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portaluiinfrastructure.editor.saveobject.SaveObjectStartControl
public class SaveObjectStartControl
This control is used to initalize the save object pop-up. It has to be called the first time the pop-up is displayed.
| Field Summary | |
|---|---|
protected SaveObjectAS |
m_asOwner
Associated Activity Space |
protected SaveObjectModel |
m_model
Associated Model |
static java.lang.String |
STR_MVC_CLASS_NAME
Object Name for AS |
| Constructor Summary | |
|---|---|
SaveObjectStartControl()
|
|
| Method Summary | |
|---|---|
Redirect |
CheckActionSecurityAndExecute(XPHashtable arguments)
Intializes the Model. |
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 |
Init(IModel model,
AActivitySpace space)
Inits the class with the associated model and activity space. |
void |
SetHTTPItems(IXPRequest _xpRequest,
IWebData _webdata)
Inits this Control with the HTTP Request. |
| 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
protected SaveObjectAS m_asOwner
protected SaveObjectModel m_model
| Constructor Detail |
|---|
public SaveObjectStartControl()
| Method Detail |
|---|
public Redirect CheckActionSecurityAndExecute(XPHashtable arguments)
CheckActionSecurityAndExecute in interface IControlpublic java.lang.Object Create()
IManagedObject
Create in interface IManagedObjectIManagedObject.Create()public java.lang.String GetName()
GetName in interface IMVCObject
public void Init(IModel model,
AActivitySpace space)
Init in interface IControlmodel - space -
public void SetHTTPItems(IXPRequest _xpRequest,
IWebData _webdata)
SetHTTPItems in interface IHTTPControl_xpRequest - _webdata -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||