com.plumtree.uiinfrastructure.devices
Class ADevicesDP_PDA

java.lang.Object
  extended by com.plumtree.uiinfrastructure.devices.ADevicesDP_PDA
All Implemented Interfaces:
IDisplayPage, IMVCObject
Direct Known Subclasses:
ChoosePageDevicesDP_HTML32, ErrorDevicesDP_HTML32, LoginDevicesDP_HTML32, LogoffDevicesDP_HTML32, MyPageDevicesDP_HTML32, PortletDevicesDP_HTML32

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

Author:
SudhaS To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Field Summary
protected  AActivitySpace m_asOwner
           
 
Constructor Summary
ADevicesDP_PDA()
           
 
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.
abstract  HTMLElement PageDisplay()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_asOwner

protected AActivitySpace m_asOwner
Constructor Detail

ADevicesDP_PDA

public ADevicesDP_PDA()
Method Detail

Display

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

Specified by:
Display in interface IDisplayPage
See Also:
IDisplayPage.Display(IWebData)

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)

GetName

public 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

public abstract HTMLElement PageDisplay()
Returns:



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