|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.form.SimplePopUpDP
public abstract class SimplePopUpDP
This is a simply pop-up display page.
| Field Summary | |
|---|---|
static java.lang.String |
HTMLBUTTON_CLOSE
HTML Object: view button |
protected AActivitySpace |
m_asOwner
|
| Constructor Summary | |
|---|---|
SimplePopUpDP()
|
|
| Method Summary | |
|---|---|
void |
Display(IWebData pageData)
Construct the HTMLPage for Display. |
protected abstract HTMLScriptCollection |
DisplayJavaScriptFromChild()
|
abstract java.lang.String |
GetName()
Return the name of the MVC object. |
AActivitySpace |
GetOwner()
Return the owning Activity Space. |
abstract java.lang.String |
GetTitle()
|
boolean |
GetUseJavascript()
This method determines whether to use Javascript. |
void |
Init(AActivitySpace parent)
Initialize the Display Page. |
protected abstract HTMLElement |
PageDisplay()
|
| 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 HTMLBUTTON_CLOSE
protected AActivitySpace m_asOwner
| Constructor Detail |
|---|
public SimplePopUpDP()
| Method Detail |
|---|
public abstract java.lang.String GetTitle()
public abstract java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectIMVCObject.GetName()protected abstract HTMLElement PageDisplay()
AFormDP.PageDisplay()protected abstract HTMLScriptCollection DisplayJavaScriptFromChild()
AFormDP.DisplayJavaScriptFromChild()public void Display(IWebData pageData)
IDisplayPage
Display in interface IDisplayPageWarning: PlumtreeDP overrides this, so if you change things here, you probably
need to change it there as well.public boolean GetUseJavascript()
public AActivitySpace GetOwner()
IDisplayPage
GetOwner in interface IDisplayPageIDisplayPage.GetOwner()public void Init(AActivitySpace parent)
IDisplayPage
Init in interface IDisplayPageIDisplayPage.Init(AActivitySpace)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||