com.plumtree.portaluiinfrastructure.securitymatrix
Class ABOPopupResultsDP

java.lang.Object
  extended by com.plumtree.portaluiinfrastructure.securitymatrix.ABOPopupResultsDP
All Implemented Interfaces:
IDisplayPage, IMVCObject

public class ABOPopupResultsDP
extends java.lang.Object
implements IDisplayPage

This page shows the results from using ABO.

Author:
RickyW

Field Summary
protected  AActivitySpace m_asOwner
          owner object
static java.lang.String STR_MVC_CLASS_NAME
          class name
 
Constructor Summary
ABOPopupResultsDP()
           
 
Method Summary
 void Display(IWebData pageData)
          Construct the HTMLPage for Display.
protected  HTMLScript DisplayJavascript()
          Returns the JavaScript from any views shown by this DP.
 java.lang.String GetName()
          Returns the Class name.
 AActivitySpace GetOwner()
          Return the owning Activity Space.
 void Init(AActivitySpace parent)
          Initialize the Display Page.
 HTMLElement PageDisplay()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STR_MVC_CLASS_NAME

public static final java.lang.String STR_MVC_CLASS_NAME
class name

See Also:
Constant Field Values

m_asOwner

protected AActivitySpace m_asOwner
owner object

Constructor Detail

ABOPopupResultsDP

public ABOPopupResultsDP()
Method Detail

Display

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

Specified by:
Display in interface IDisplayPage
See Also:
com.plumtree.uiinfrastructure.activityspace.IDisplayPage#Display()

GetName

public java.lang.String GetName()
Returns the Class name.

Specified by:
GetName in interface IMVCObject
Returns:
String

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)

PageDisplay

public HTMLElement PageDisplay()
See Also:
AFormDP.PageDisplay()

DisplayJavascript

protected HTMLScript DisplayJavascript()
Returns the JavaScript from any views shown by this DP.




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