com.plumtree.portaluiinfrastructure.editor.saveobject
Class SaveObjectFoldersFrameDP

java.lang.Object
  extended by com.plumtree.uiinfrastructure.common.FrameSetDP
      extended by com.plumtree.portaluiinfrastructure.editor.saveobject.SaveObjectFoldersFrameDP
All Implemented Interfaces:
IDisplayPage, IMVCObject

public class SaveObjectFoldersFrameDP
extends FrameSetDP

Display Page for the save pop-up main frame.

Author:
Julie Fournier

Field Summary
static java.lang.String STR_MVC_CLASS_NAME
          Frameset object name
 
Fields inherited from class com.plumtree.uiinfrastructure.common.FrameSetDP
BODY_FRAME, BOTTOM_FRAME, m_asOwner, TOP_FRAME
 
Constructor Summary
SaveObjectFoldersFrameDP()
           
 
Method Summary
 boolean GetFrameScrollBody()
          Set Frame Scroll Body
 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()
          Returns the URL for the body frame.
 ASURL GetFrameURLTop()
          Returns the URL to go to the Top Frame.
 java.lang.String GetName()
          Return the name of the MVC object.
 
Methods inherited from class com.plumtree.uiinfrastructure.common.FrameSetDP
Display, GetFrameNameBody, GetFrameNameBottom, GetFrameNameTop, GetFrameScrollBottom, GetFrameTitleBody, GetFrameTitleBottom, GetFrameTitleTop, GetFrameURLBottom, GetFrameURLStringTop, GetNoFrames, GetOwner, Init
 
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
Frameset object name

See Also:
Constant Field Values
Constructor Detail

SaveObjectFoldersFrameDP

public SaveObjectFoldersFrameDP()
Method Detail

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

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:
com.plumtree.portalpages.common.uiparts.dialogheader.FrameSetDialog#GetFrameSetTitle()

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

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

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

GetFrameURLBody

public ASURL GetFrameURLBody()
Returns the URL for the body frame.

Specified by:
GetFrameURLBody in class FrameSetDP
Returns:
ASURL

GetFrameURLTop

public ASURL GetFrameURLTop()
Returns the URL to go to the Top Frame.

Specified by:
GetFrameURLTop in class FrameSetDP
Returns:
ASURL



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