|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.activityspace.AActivitySpace
com.plumtree.uiinfrastructure.form.AFormAS
com.plumtree.portalpages.common.uiparts.PlumtreeAS
public abstract class PlumtreeAS
This is the base class for all AS's with a banner.
| Field Summary | |
|---|---|
protected static java.lang.String |
REGISTERED_VIEW_SESSION_ATTRIBUTE
|
| Fields inherited from class com.plumtree.uiinfrastructure.form.AFormAS |
|---|
JAVASCRIPT_GVAR_PTHELPSVRBASEURL, JAVASCRIPT_GVAR_PTIMGSVRIMGSURL, JAVASCRIPT_GVAR_SHAREDIMGSVRIMGSURL |
| Fields inherited from class com.plumtree.uiinfrastructure.activityspace.AActivitySpace |
|---|
m_stringReferences |
| Constructor Summary | |
|---|---|
PlumtreeAS()
|
|
| Method Summary | |
|---|---|
boolean |
CheckBasicAccess(java.lang.String strPage,
java.lang.String strControl,
boolean bSameSpace)
This method is called by the Interpreter at the beginning of every HTTP request to determine whether or not the current user has the security privileges necessary to view the requested page. |
HTMLScriptCollection |
DisplayCommonJavaScript()
This is a helper method that all classes that inherit from AFormDP can override if they like. |
abstract java.lang.String |
GetName()
This method is used to identify the type of this space. |
INavTypes |
GetNavType(int nNavScheme)
This method gets the correct navtype for the nav scheme, correcting for Macintosh users. |
java.lang.String |
GetStrLayoutStyleClass()
|
void |
Init()
Initialize the Activity Space. |
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 com.plumtree.uiinfrastructure.form.AFormAS |
|---|
GetRepostControlName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.lang.String REGISTERED_VIEW_SESSION_ATTRIBUTE
| Constructor Detail |
|---|
public PlumtreeAS()
| Method Detail |
|---|
public abstract java.lang.String GetName()
AActivitySpace
GetName in interface IMVCObjectGetName in class AFormAScom.plumtree.xpshared.activityspace.AActivitySpace#GetName()
public boolean CheckBasicAccess(java.lang.String strPage,
java.lang.String strControl,
boolean bSameSpace)
AActivitySpace
CheckBasicAccess in class AActivitySpaceAS that extends PlumtreeAS must call this super method if overridden to check for changed navigation schemepublic HTMLScriptCollection DisplayCommonJavaScript()
AFormAS
DisplayCommonJavaScript in interface IFormASDisplayCommonJavaScript in class AFormASIFormAS.DisplayCommonJavaScript()public void Init()
AActivitySpace
Init in class AFormAScom.plumtree.xpshared.activityspace.AActivitySpace#Init()public void ReInit()
ReInit in class AActivitySpacepublic INavTypes GetNavType(int nNavScheme)
GetNavType in interface ITypesint - nNavScheme the desired navigation scheme.
public java.lang.String GetStrLayoutStyleClass()
public void SetStrLayoutStyleClass(java.lang.String strLayoutStyleClass)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||