com.plumtree.portalpages.admin.ptutilities.diagnostic.serverstatuslist
Class RefreshServerStatusListView

java.lang.Object
  extended by com.plumtree.uiinfrastructure.editor.EditorView
      extended by com.plumtree.uiinfrastructure.expandablelist.ExpListView
          extended by com.plumtree.uiinfrastructure.expandablelist.multicolumnlist.MultiColumnListView
              extended by com.plumtree.portalpages.admin.ptutilities.diagnostic.serverstatuslist.ServerStatusListView
                  extended by com.plumtree.portalpages.admin.ptutilities.diagnostic.serverstatuslist.RefreshServerStatusListView
All Implemented Interfaces:
IManagedObject, IMVCObject, IView

public class RefreshServerStatusListView
extends ServerStatusListView

This view overrides the server status list and adds a refresh action.

Author:
DonH

Field Summary
static java.lang.String STR_MVC_CLASS_NAME
          Class name for the activity space
 
Fields inherited from class com.plumtree.portalpages.admin.ptutilities.diagnostic.serverstatuslist.ServerStatusListView
MAX_ERROR_CHARS, NUM_COLS, SERVER_ANCHOR, SERVER_DESCRIPTION, SERVER_ICON, SERVER_NAME, SERVER_STATUS, SERVER_STATUS_ERROR, SERVER_STATUS_MSG, SERVER_TYPE, STATUS_GREEN, STATUS_RED, STATUS_YELLOW
 
Fields inherited from class com.plumtree.uiinfrastructure.expandablelist.multicolumnlist.MultiColumnListView
HTMLINPUT_ITEM
 
Fields inherited from class com.plumtree.uiinfrastructure.expandablelist.ExpListView
HTMLBUTTON_DELETE, HTMLCHECKBOX_CHECKALL, HTMLCHECKBOX_DELROW, HTMLHIDDEN_COLUMNID, HTMLHIDDEN_MOVEACTION, HTMLHIDDEN_ROWINDEX, HTMLID_EXPLIST, m_nLastVisibleRow
 
Fields inherited from class com.plumtree.uiinfrastructure.editor.EditorView
m_asOwner, m_model, SPACE
 
Constructor Summary
RefreshServerStatusListView()
           
 
Method Summary
protected  void AddHTMLToActionBar(HTMLTableRow _myRow)
          Empty method that sub classes can override to add actions to the action bar (like a create object action).
 java.lang.Object Create()
          This method is used by the ASManager to return new instances of managed objects.
 java.lang.String GetName()
          Returns the Class name.
 
Methods inherited from class com.plumtree.portalpages.admin.ptutilities.diagnostic.serverstatuslist.ServerStatusListView
GetColumnHTML, GetHTMLForDeleteAction, GetHTMLForRow
 
Methods inherited from class com.plumtree.uiinfrastructure.expandablelist.multicolumnlist.MultiColumnListView
GetHTMLForIcon, GetHTMLForSubHeader
 
Methods inherited from class com.plumtree.uiinfrastructure.expandablelist.ExpListView
CheckRowIsVisible, Display, DisplayJavascript, GetHiddenInputsForPagination, GetHTMLBelowActionBar, GetHTMLBelowMainTable, GetHTMLForActionBar, GetHTMLForAddAction, GetHTMLForAllRowsAdded, GetHTMLForBottomRow, GetHTMLForCheckBox, GetHTMLForEmptyCellInActionBar, GetHTMLForEmptyList, GetHTMLForMoveRowActions, GetHTMLForPaginationLinks, GetJavaScriptsForPagination, SetRowStyle
 
Methods inherited from class com.plumtree.uiinfrastructure.editor.EditorView
AddEmptyCellToRow, AddEmptyCellToRow, AddEmptyRowToTable, AddEmptyRowToTable, GetHeaderView, GetHeaderViewHelper, GetShortSpacerTable, GetSpacerTable, 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
Class name for the activity space

See Also:
Constant Field Values
Constructor Detail

RefreshServerStatusListView

public RefreshServerStatusListView()
Method Detail

AddHTMLToActionBar

protected void AddHTMLToActionBar(HTMLTableRow _myRow)
Empty method that sub classes can override to add actions to the action bar (like a create object action).

Overrides:
AddHTMLToActionBar in class ExpListView
Parameters:
_myRow - Action bar row object.

GetName

public java.lang.String GetName()
Returns the Class name.

Specified by:
GetName in interface IMVCObject
Overrides:
GetName in class ServerStatusListView
Returns:
String

Create

public java.lang.Object Create()
Description copied from class: EditorView
This method is used by the ASManager to return new instances of managed objects.

Specified by:
Create in interface IManagedObject
Overrides:
Create in class ServerStatusListView
Returns:
A new instance of the managed class (i.e. return new Foo();)
See Also:
IManagedObject.Create()



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