com.plumtree.portalpages.admin.ptutilities.diagnostic.pages
Class AdaptiveLayoutsPage

java.lang.Object
  extended by com.plumtree.portalpages.admin.ptutilities.diagnostic.pages.AdaptiveLayoutsPage
All Implemented Interfaces:
IDiagnosticPage

public class AdaptiveLayoutsPage
extends java.lang.Object
implements IDiagnosticPage

This page displays the status of remote hosts that supply the portal with content (i.e. Portlet WebServices).

Author:
DustinA

Field Summary
static java.lang.String STR_MVC_STORAGE_NAME_MULTI_COLUMN_LIST
           
 
Constructor Summary
AdaptiveLayoutsPage()
           
 
Method Summary
 EditorDP GetDiagnosticPage()
          Get an instance of the Display Page for this Diagnostic Page.
 java.lang.String GetHelperRepostControlName()
          Get the name of the EditorHelperRepostControl to execute when this page is displayed.
 java.lang.String GetHelpTopic()
           
 int GetSecondaryTipID()
           
 int GetTipID()
           
 int GetTipTitleID()
           
 boolean HasTip()
          This method tells the diagnostic page framework whether or not to display a tip.
 void Init(AActivitySpace _asOwner)
          This method should register any necessary Models, Views, or extra DisplayPages.
 void RunDiagnosticTest(AActivitySpace _asOwner)
          This method is called every time the user switches to this particular page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STR_MVC_STORAGE_NAME_MULTI_COLUMN_LIST

public static final java.lang.String STR_MVC_STORAGE_NAME_MULTI_COLUMN_LIST
See Also:
Constant Field Values
Constructor Detail

AdaptiveLayoutsPage

public AdaptiveLayoutsPage()
Method Detail

GetDiagnosticPage

public EditorDP GetDiagnosticPage()
Description copied from interface: IDiagnosticPage
Get an instance of the Display Page for this Diagnostic Page. This page will be registered automatically.

Specified by:
GetDiagnosticPage in interface IDiagnosticPage
Returns:
EditorDP an instance of the Display Page for this Diagnostic Page.
See Also:
IDiagnosticPage.GetDiagnosticPage()

GetHelperRepostControlName

public java.lang.String GetHelperRepostControlName()
Description copied from interface: IDiagnosticPage
Get the name of the EditorHelperRepostControl to execute when this page is displayed. This control needs to be registered manually in the IDiagnosticPage.Init() method.

Specified by:
GetHelperRepostControlName in interface IDiagnosticPage
Returns:
String The MVC name for the EditorHelperRepostControl to call for this page. May be null.
See Also:
IDiagnosticPage.GetHelperRepostControlName()

Init

public void Init(AActivitySpace _asOwner)
Description copied from interface: IDiagnosticPage
This method should register any necessary Models, Views, or extra DisplayPages. I.E. _asOwner.RegisterView(), etc... This should not register the main Display Page. The main Display Page should be returned by the GetDiagnosticPage() method and will be registered automatically.

Specified by:
Init in interface IDiagnosticPage
See Also:
IDiagnosticPage.Init(com.plumtree.uiinfrastructure.activityspace.AActivitySpace)

RunDiagnosticTest

public void RunDiagnosticTest(AActivitySpace _asOwner)
Description copied from interface: IDiagnosticPage
This method is called every time the user switches to this particular page. This method should initialize or refresh the data on the page. Initializing the data should not be done in the Model.Init() method, as this is called when entering the page, and running all tests at once takes too long.

Specified by:
RunDiagnosticTest in interface IDiagnosticPage
See Also:
IDiagnosticPage.RunDiagnosticTest(com.plumtree.uiinfrastructure.activityspace.AActivitySpace)

GetHelpTopic

public java.lang.String GetHelpTopic()
Specified by:
GetHelpTopic in interface IDiagnosticPage
Returns:
String The Help Topic for this Diagnostic Page. Null means to use the generic help page.
See Also:
IDiagnosticPage.GetHelpTopic()

HasTip

public boolean HasTip()
Description copied from interface: IDiagnosticPage
This method tells the diagnostic page framework whether or not to display a tip.

Specified by:
HasTip in interface IDiagnosticPage
Returns:
True implies display a tip.
See Also:
IDiagnosticPage.HasTip()

GetTipTitleID

public int GetTipTitleID()
Specified by:
GetTipTitleID in interface IDiagnosticPage
Returns:
int The tip title ID. -1 means no tip.
See Also:
IDiagnosticPage.GetTipTitleID()

GetTipID

public int GetTipID()
Specified by:
GetTipID in interface IDiagnosticPage
Returns:
int The tip ID. -1 means no tip.
See Also:
IDiagnosticPage.GetTipID()

GetSecondaryTipID

public int GetSecondaryTipID()
Specified by:
GetSecondaryTipID in interface IDiagnosticPage
Returns:
int The secondary tip ID. -1 means no tip.
See Also:
IDiagnosticPage.GetSecondaryTipID()



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