com.plumtree.portalpages.common.areyousure
Class AYSPopupDP

java.lang.Object
  extended by com.plumtree.uiinfrastructure.common.FrameSetDP
      extended by com.plumtree.portalpages.common.areyousure.AYSPopupDP
All Implemented Interfaces:
IDisplayPage, IMVCObject

public class AYSPopupDP
extends FrameSetDP

Author:
adolfoc

Field Summary
static java.lang.String STR_MVC_CLASS_NAME
          Class name for the activity space
 
Fields inherited from class com.plumtree.uiinfrastructure.common.FrameSetDP
BODY_FRAME, BOTTOM_FRAME, TOP_FRAME
 
Constructor Summary
AYSPopupDP()
           
 
Method Summary
 java.lang.Object Create()
           
 boolean GetFrameScrollBody()
          Set Frame Scroll Body
 boolean GetFrameScrollBottom()
          Set Frame Scroll Bottom
 boolean GetFrameScrollTop()
          Set Frame Scroll Top
 java.lang.String GetFrameSetAttributes()
          Set FrameSet Attributes
 java.lang.String GetFrameSetTitle()
          Set FrameSet Title This string will be HTML Encoded for safe display by this class.
 ASURL GetFrameURLBody()
          Set Frame URL Body
 ASURL GetFrameURLBottom()
          Set Frame URL Bottom
 ASURL GetFrameURLTop()
          Set Frame URL Top
 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 com.plumtree.uiinfrastructure.common.FrameSetDP
Display, GetFrameNameBody, GetFrameNameBottom, GetFrameNameTop, GetFrameTitleBody, GetFrameTitleBottom, GetFrameTitleTop, GetFrameURLStringTop, GetNoFrames
 
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
Constructor Detail

AYSPopupDP

public AYSPopupDP()
Method Detail

Create

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

GetName

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

Specified by:
GetName in interface IMVCObject
Specified by:
GetName in class FrameSetDP
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
Overrides:
GetOwner in class FrameSetDP
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
Overrides:
Init in class FrameSetDP
See Also:
IView.Init(IModelRO, AActivitySpace)

GetFrameScrollBody

public boolean GetFrameScrollBody()
Description copied from class: FrameSetDP
Set Frame Scroll Body

Overrides:
GetFrameScrollBody in class FrameSetDP
Returns:
boolean true implies scrolling
See Also:
FrameSetDP.GetFrameScrollBody()

GetFrameScrollBottom

public boolean GetFrameScrollBottom()
Description copied from class: FrameSetDP
Set Frame Scroll Bottom

Overrides:
GetFrameScrollBottom in class FrameSetDP
Returns:
boolean true implies scrolling
See Also:
FrameSetDP.GetFrameScrollBottom()

GetFrameScrollTop

public boolean GetFrameScrollTop()
Description copied from class: FrameSetDP
Set Frame Scroll Top

Overrides:
GetFrameScrollTop in class FrameSetDP
Returns:
boolean true implies scrolling
See Also:
FrameSetDP.GetFrameScrollTop()

GetFrameSetAttributes

public java.lang.String GetFrameSetAttributes()
Description copied from class: FrameSetDP
Set FrameSet Attributes

Overrides:
GetFrameSetAttributes in class FrameSetDP
Returns:
String
See Also:
FrameSetDP.GetFrameSetAttributes()

GetFrameSetTitle

public java.lang.String GetFrameSetTitle()
Description copied from class: FrameSetDP
Set FrameSet Title This string will be HTML Encoded for safe display by this class.

Specified by:
GetFrameSetTitle in class FrameSetDP
Returns:
String
See Also:
FrameSetDP.GetFrameSetTitle()

GetFrameURLBody

public ASURL GetFrameURLBody()
Description copied from class: FrameSetDP
Set Frame URL Body

Specified by:
GetFrameURLBody in class FrameSetDP
Returns:
ASURL
See Also:
FrameSetDP.GetFrameURLBody()

GetFrameURLBottom

public ASURL GetFrameURLBottom()
Description copied from class: FrameSetDP
Set Frame URL Bottom

Overrides:
GetFrameURLBottom in class FrameSetDP
Returns:
ASURL, null implies no bottom frame
See Also:
FrameSetDP.GetFrameURLBottom()

GetFrameURLTop

public ASURL GetFrameURLTop()
Description copied from class: FrameSetDP
Set Frame URL Top

Specified by:
GetFrameURLTop in class FrameSetDP
Returns:
ASURL
See Also:
FrameSetDP.GetFrameURLTop()



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