com.plumtree.portaluiinfrastructure.editor.saveobject
Class SaveObjectMainFrameDP

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

public class SaveObjectMainFrameDP
extends FrameSetDP

This is the main Display Page for the save object pop-up window. It defines the 3 frames: top one with the tabs, body one with the tree or the security and the bottom one with the name and description. By default the body frame will display the folder tree.

Author:
Julie Fournier

Field Summary
static java.lang.Object[][] BOTTOM_SIZES
          The size of the bottom frame for various languages.
static int BOTTOM_SIZES_LANG
          the indices for the bottom frame size array.
static int BOTTOM_SIZES_SIZE
           
static int DEFAULT_BOTTOM_SIZE
          in pixels
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
SaveObjectMainFrameDP()
           
 
Method Summary
 boolean GetFrameScrollBody()
          Set Frame Scroll Body
 boolean GetFrameScrollBottom()
          Set Frame Scroll Bottom
 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 to open the body frame.
 ASURL GetFrameURLBottom()
          Returns the URL to go to the Bottom Frame (name and description).
 ASURL GetFrameURLTop()
          Returns the URL to go to the Top Frame (tabs).
 java.lang.String GetName()
          Return the name of the MVC object.
 
Methods inherited from class com.plumtree.uiinfrastructure.common.FrameSetDP
Display, GetFrameNameBody, GetFrameNameBottom, GetFrameNameTop, GetFrameScrollTop, GetFrameTitleBody, GetFrameTitleBottom, GetFrameTitleTop, 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

DEFAULT_BOTTOM_SIZE

public static final int DEFAULT_BOTTOM_SIZE
in pixels

See Also:
Constant Field Values

BOTTOM_SIZES

public static final java.lang.Object[][] BOTTOM_SIZES
The size of the bottom frame for various languages. (NOTE: arrays can't really be final since their data can be changed.)


BOTTOM_SIZES_LANG

public static final int BOTTOM_SIZES_LANG
the indices for the bottom frame size array.

See Also:
Constant Field Values

BOTTOM_SIZES_SIZE

public static final int BOTTOM_SIZES_SIZE
See Also:
Constant Field Values
Constructor Detail

SaveObjectMainFrameDP

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

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

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()
Returns the URL to open the body frame.

Specified by:
GetFrameURLBody in class FrameSetDP
Returns:
ASURL

GetFrameURLBottom

public ASURL GetFrameURLBottom()
Returns the URL to go to the Bottom Frame (name and description).

Overrides:
GetFrameURLBottom in class FrameSetDP
Returns:
ASURL

GetFrameURLTop

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

Specified by:
GetFrameURLTop in class FrameSetDP
Returns:
ASURL



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