com.plumtree.portalpages.browsing.objectselection
Class ObjSelFrameSetDP

java.lang.Object
  extended by com.plumtree.uiinfrastructure.common.FrameSetDP
      extended by com.plumtree.portalpages.browsing.objectselection.ObjSelFrameSetDP
All Implemented Interfaces:
IDisplayPage, IMVCObject

public class ObjSelFrameSetDP
extends FrameSetDP

File: ObjSelFrameSetDP.java -------------------------------------

Author:
NaveenP

Field Summary
static java.lang.String STR_MVC_CLASS_NAME
           
 
Fields inherited from class com.plumtree.uiinfrastructure.common.FrameSetDP
BODY_FRAME, BOTTOM_FRAME, m_asOwner, TOP_FRAME
 
Constructor Summary
ObjSelFrameSetDP()
           
 
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()
          Set Frame URL Body
 ASURL GetFrameURLTop()
          Set Frame URL Top
 java.lang.String GetName()
          Return the name of the MVC object.
 void SetupFrameSet(java.lang.String _strFrameSetTitle, java.lang.String _strTopFrameDPName)
          Method SetupFrameSet.
 
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
See Also:
Constant Field Values
Constructor Detail

ObjSelFrameSetDP

public ObjSelFrameSetDP()
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:
com.plumtree.xpshared.activityspace.IDisplayPage#GetName()

GetFrameScrollTop

public boolean GetFrameScrollTop()
Set Frame Scroll Top

Overrides:
GetFrameScrollTop in class FrameSetDP
Returns:
boolean true implies scrolling

GetFrameScrollBody

public boolean GetFrameScrollBody()
Set Frame Scroll Body

Overrides:
GetFrameScrollBody in class FrameSetDP
Returns:
boolean true implies scrolling

GetFrameSetAttributes

public java.lang.String GetFrameSetAttributes()
Set FrameSet Attributes

Overrides:
GetFrameSetAttributes in class FrameSetDP
Returns:
String

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:

GetFrameURLBody

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

Specified by:
GetFrameURLBody in class FrameSetDP
Returns:
ASURL
See Also:
com.plumtree.portalpages.common.uiparts.dialogheader.FrameSetDialog#GetFrameURLBody()

GetFrameURLTop

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

Specified by:
GetFrameURLTop in class FrameSetDP
Returns:
ASURL
See Also:
com.plumtree.portalpages.common.uiparts.dialogheader.FrameSetDialog#GetFrameURLTop()

SetupFrameSet

public void SetupFrameSet(java.lang.String _strFrameSetTitle,
                          java.lang.String _strTopFrameDPName)
Method SetupFrameSet. This display page will not print anything legible unless this function is called with valid parameters.

Parameters:
_strFrameSetTitle -
_strTopFrameDPName -



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