|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.portaluiinfrastructure.editor.saveobject.SaveObjectClosePopUpDP
public class SaveObjectClosePopUpDP
This DP is used to close the save pop-up and refresh the Editor.
| Field Summary | |
|---|---|
protected AActivitySpace |
m_asOwner
Parent AS. |
static java.lang.String |
STR_MVC_CLASS_NAME
Class name for the activity space |
| Constructor Summary | |
|---|---|
SaveObjectClosePopUpDP()
|
|
| Method Summary | |
|---|---|
void |
Display(IWebData webData)
Construct the HTMLPage for Display. |
java.lang.String |
GetName()
Return the name of the MVC object. |
AActivitySpace |
GetOwner()
Return the parent Activity Space. |
void |
Init(AActivitySpace parent)
Initialize the Display Page. |
| 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 AActivitySpace m_asOwner
| Constructor Detail |
|---|
public SaveObjectClosePopUpDP()
| Method Detail |
|---|
public void Display(IWebData webData)
Display in interface IDisplayPageIWebData - The HTMLPage for display to the browser should be set on this
object. This object should not be stored anywhere.public java.lang.String GetName()
GetName in interface IMVCObjectpublic AActivitySpace GetOwner()
GetOwner in interface IDisplayPagepublic void Init(AActivitySpace parent)
Init in interface IDisplayPageAActivitySpace - the parent AActivitySpace of this IDisplayPage.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||