com.plumtree.uiinfrastructure.form
Class SimplePopUpDP

java.lang.Object
  extended by com.plumtree.uiinfrastructure.form.SimplePopUpDP
All Implemented Interfaces:
IDisplayPage, IMVCObject
Direct Known Subclasses:
HostServicesPopupDP, PEIPopupDP, SearchServerStatusPopupDP, VarPackPopupDP

public abstract class SimplePopUpDP
extends java.lang.Object
implements IDisplayPage

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

HTMLBUTTON_CLOSE

public static final java.lang.String HTMLBUTTON_CLOSE
HTML Object: view button

See Also:
Constant Field Values

m_asOwner

protected AActivitySpace m_asOwner
Constructor Detail

SimplePopUpDP

public SimplePopUpDP()
Method Detail

GetTitle

public abstract java.lang.String GetTitle()
Returns:

GetName

public abstract java.lang.String GetName()
Description copied from interface: IMVCObject
Return the name of the MVC object.

Specified by:
GetName in interface IMVCObject
Returns:
the name of the object.
See Also:
IMVCObject.GetName()

PageDisplay

protected abstract HTMLElement PageDisplay()
See Also:
AFormDP.PageDisplay()

DisplayJavaScriptFromChild

protected abstract HTMLScriptCollection DisplayJavaScriptFromChild()
See Also:
AFormDP.DisplayJavaScriptFromChild()

Display

public void Display(IWebData pageData)
Description copied from interface: IDisplayPage
Construct the HTMLPage for Display.

Specified by:
Display in interface IDisplayPage
See Also:
Warning: PlumtreeDP overrides this, so if you change things here, you probably need to change it there as well.

GetUseJavascript

public boolean GetUseJavascript()
This method determines whether to use Javascript. On most pages, only the STANDARD portal uses JS. However, on portal, community, and the default profile pages, the low-bandwidth portal can display JS. In these cases, this method is overridden to allow JS for Standard and LB (which is the same as NOT 5_08).

Returns:
boolean

GetOwner

public AActivitySpace GetOwner()
Description copied from interface: IDisplayPage
Return the owning Activity Space.

Specified by:
GetOwner in interface IDisplayPage
See Also:
IDisplayPage.GetOwner()

Init

public void Init(AActivitySpace parent)
Description copied from interface: IDisplayPage
Initialize the Display Page.

Specified by:
Init in interface IDisplayPage
See Also:
IDisplayPage.Init(AActivitySpace)



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.