com.plumtree.portalpages.common.uiparts
Class PlumtreeAS

java.lang.Object
  extended by AFormAS
      extended by com.plumtree.portalpages.common.uiparts.PlumtreeAS
All Implemented Interfaces:
ITypes

public abstract class PlumtreeAS
extends AFormAS
implements ITypes

This is the base class for all AS's with a banner.

Author:
RobZ, DavidP

Field Summary
protected static java.lang.String REGISTERED_VIEW_SESSION_ATTRIBUTE
           
 
Constructor Summary
PlumtreeAS()
           
 
Method Summary
 boolean CheckBasicAccess(java.lang.String strPage, java.lang.String strControl, boolean bSameSpace)
           
 HTMLScriptCollection DisplayCommonJavaScript()
           
abstract  java.lang.String GetName()
           
 INavTypes GetNavType(int nNavScheme)
          This method gets the correct navtype for the nav scheme, correcting for Macintosh users.
 java.lang.String GetStrLayoutStyleClass()
           
 void Init()
           
 void ReInit()
          Re-Initialize the Activity Space in case models are holding on to an old session.
 void SetStrLayoutStyleClass(java.lang.String strLayoutStyleClass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REGISTERED_VIEW_SESSION_ATTRIBUTE

protected static final java.lang.String REGISTERED_VIEW_SESSION_ATTRIBUTE
See Also:
Constant Field Values
Constructor Detail

PlumtreeAS

public PlumtreeAS()
Method Detail

GetName

public abstract java.lang.String GetName()
See Also:
com.plumtree.xpshared.activityspace.AActivitySpace#GetName()

CheckBasicAccess

public boolean CheckBasicAccess(java.lang.String strPage,
                                java.lang.String strControl,
                                boolean bSameSpace)
See Also:
AS that extends PlumtreeAS must call this super method if overridden to check for changed navigation scheme

DisplayCommonJavaScript

public HTMLScriptCollection DisplayCommonJavaScript()
See Also:
com.plumtree.uiinfrastructure.form.IFormAS#DisplayCommonJavaScript()

Init

public void Init()
See Also:
com.plumtree.xpshared.activityspace.AActivitySpace#Init()

ReInit

public void ReInit()
Re-Initialize the Activity Space in case models are holding on to an old session.


GetNavType

public INavTypes GetNavType(int nNavScheme)
This method gets the correct navtype for the nav scheme, correcting for Macintosh users.

Specified by:
GetNavType in interface ITypes
Parameters:
int - nNavScheme the desired navigation scheme.
Returns:
INavTypes the appropriate navigation scheme.

GetStrLayoutStyleClass

public java.lang.String GetStrLayoutStyleClass()

SetStrLayoutStyleClass

public void SetStrLayoutStyleClass(java.lang.String strLayoutStyleClass)



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