com.plumtree.uiinfrastructure.filedownload
Class DownloadFilePopupDP

java.lang.Object
  extended by com.plumtree.uiinfrastructure.filedownload.DownloadFilePopupDP
All Implemented Interfaces:
IDisplayPage, IMVCObject

public class DownloadFilePopupDP
extends java.lang.Object
implements IDisplayPage

Author:
adolfoc

Field Summary
static java.lang.String HTMLBUTTON_CLOSE
          HTML Object name: close button
static java.lang.String STR_MVC_CLASS_NAME
          Class name for the activity space
 
Constructor Summary
DownloadFilePopupDP()
           
 
Method Summary
 java.lang.Object Create()
           
 void Display(IWebData webData)
          Construct the HTMLPage for Display.
 HTMLScript DisplayJavascript()
           
 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.
 
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 for the activity space

See Also:
Constant Field Values

HTMLBUTTON_CLOSE

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

See Also:
Constant Field Values
Constructor Detail

DownloadFilePopupDP

public DownloadFilePopupDP()
Method Detail

Create

public java.lang.Object Create()
See Also:
IManagedObject.Create()

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)

DisplayJavascript

public HTMLScript DisplayJavascript()
See Also:
IView.DisplayJavascript()

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()

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:
IView.Init(IModelRO, AActivitySpace)



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