Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [Ens] >  [Dashboard]
Private  Storage   

abstract class Ens.Dashboard

Deprecated - read the "Using Dashboards" document to learn the currently recommended way to define dashboards

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4


Summary

Methods
CreateDashboard GetInstanceMenu GetRefreshRate OnCreateDashboard


Methods

• classmethod CreateDashboard(Output pDashboard As CSPX.Dashboard.Renderer) as %Status
Creates a Dashboard object populated with Meter objects.
• classmethod GetInstanceMenu(Output pMetricName As %String, Output pMetricClass As %String, Output pCaption As %String) as %Boolean
If this dashboard defines an Instance menu, return true and the name of the metric as well as the caption for the instance menu. Otherwise return false.
• classmethod GetRefreshRate() as %Integer
Return the refresh rate, in milliseconds, for this dashboard
• classmethod OnCreateDashboard(pDashboard As CSPX.Dashboard.Renderer) as %Status
User-callback method. You can use this to programmatically create additional Meters within a dashboard.


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.