Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
Created using the page template: Default
|
|
|
Displayed name of this page.
User needs USE permissions on the %Ens_MsgBank_Dashboard resource to view this page.
Indicate whether toggle button for search pane should be displayed.
|
Flag to indicate whether the detailsPanel is currently hidden.
Value to indicate the percentage of the horizontal screen which should be devoted to the details panel (if it is visible). This is exposed as a client-side property for the layout code to use the value.
Id of the page number field
Id of the page size field
Id of the results tablePane
|
Show/hide the toggle buttons
Get the (localized) name of the page. This should be implemented in a subclass.
Get the (localized) title string for the page. This should be implemented in a subclass.
Add to the contents of the tool ribbon.
Get information to display in the ribbon bar.
Save auto refresh rate (how many seconds user entered) to server.
Adjust table height to account for status section
User chose a new Auto-Refresh value for the table; set a new timeout value and start the timer
The input value is the name of the new namespace to switch to. This method will need to be overridden for classes such as EnsPortal.EDIDocumentView which cannot work without a URL parameter provided.
redisplay the last time that the entire cycle of system status matrices was updated.
display the update reason, if it is blank then set the content of the label to null, if it is present, then prepend label text to it TODO: i18n the label text
User override of cell-display for a the main table- for the details table. this constructs the link for showing the details table, and it is *only* shown if there are details to show- which is determined by if there is an entry in the "details" column for the query, which should equal the name of the connection for which the details are getting fetched
Reload diagram with a fresh copy.
User override of cell-display for tablePane. pTable: handle to the tablePane component pName: name of the column for this class query pSeed: Seed value for this table Draw a split bar graph showing the proportion of states of hosts in the production
Draw "+" button to add new enterprise connections
Draw count of queued messages, highlighting near- and over-threshold value with color
hide the details table, and zero out the detail table name
User override of cell-display for tablePane. pName: name of the column- corresponding to the class query adds a link to the instance name, to the server's management portal
this method checks if a details table is up- (is there a details table name?) and if so, then uses that name to get the update reason string, and then displays it. called by the refresh timer
If user hides details pane, unselect the current row
This client event is fired when the page is resized.
Fired when the page is loaded. refresh the timestamp, the only part of of a new page reload that isn't query based (so isn't automatic) no need to check the update reason, as no detail tables are shown on a fresh reload
called each time the timer goes off, ensures that the data in the tables is current because the queries are re-run and the page is not actually reloaded, the page does not flicker, and onloadHandler() is not run.
show the details table (the submatrices) for the connection indicated by the SystemName, and the update reason (if there is one), displays on top of the details table. also, the connection name is stored in the session, for the update reason to be "dynamic"- for it to automatically appear and disappear (without the user having to click the "details" link) when the update reason is present and then not present anymore
User override of cell-display for tablePane. pName: name of the column- corresponding to the class query this method makes the cell have no content, as the color cell should be blank and just contain the background color that is assigned to it in a conditional statement, which is based upon which color (red, yellow, green, purple, orange) that is the original content of the color cell