|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.form.ClosePopUpDP
public class ClosePopUpDP
This Display Page adds client specified Javascript to the page and then closes the window. This is useful for closing pop-ups after they are finished.
| Field Summary | |
|---|---|
static java.lang.String |
STR_MVC_CLASS_NAME
Object Name |
| Constructor Summary | |
|---|---|
ClosePopUpDP()
|
|
| 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 owning Activity Space. |
void |
Init(AActivitySpace parent)
Initialize the Display Page. |
void |
SetScript(HTMLScript script)
Set the script that will be added before the window is closed. |
void |
SetToClose(boolean bShouldClose)
This function sets a boolean to check whether the ClosePopUpDP should actually close. |
| 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 ClosePopUpDP()
| Method Detail |
|---|
public void Display(IWebData webData)
IDisplayPage
Display in interface IDisplayPageIDisplayPage.Display(IWebData)public java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectIMVCObject.GetName()public AActivitySpace GetOwner()
IDisplayPage
GetOwner in interface IDisplayPagecom.plumtree.uiinfrastructure.activityspace.IDisplayPage#GetParent()public void Init(AActivitySpace parent)
IDisplayPage
Init in interface IDisplayPageIDisplayPage.Init(AActivitySpace)public void SetScript(HTMLScript script)
script - the script to add before closingpublic void SetToClose(boolean bShouldClose)
bShouldClose -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||