CSPX.EnsDashboardPane
class CSPX.EnsDashboardPane extends %CSP.Util.Pane
An AutoPage pane that displays an SVG dashboardProperty Inventory
Method Inventory
- DrawBODY()
- DrawHEAD()
- GetDefaultMetric()
- GetInstanceMenu()
- GetRefreshRate()
- OnGenerateCode()
- RefreshDashboard()
Parameters
parameter DOMAIN = Ensemble;
Use our own domain for localization
Properties
property Dashboard as %String (MAXLEN = 255);
Default dashboard to display
Property methods: DashboardDisplayToLogical(), DashboardGet(), DashboardIsValid(), DashboardLogicalToDisplay(), DashboardLogicalToOdbc(), DashboardNormalize(), DashboardSet()
property DefaultInstance as %String (MAXLEN = 255);
Default dashboard instance to display
Property methods: DefaultInstanceDisplayToLogical(), DefaultInstanceGet(), DefaultInstanceIsValid(), DefaultInstanceLogicalToDisplay(), DefaultInstanceLogicalToOdbc(), DefaultInstanceNormalize(), DefaultInstanceSet()
Methods
method DrawBODY(pInstance As %CSP.Util.PageInstance) as %Status
Draw the BODY of the detail pane
method DrawHEAD(pInstance As %CSP.Util.PageInstance) as %Status
Inherited description: Overwritten by subclasses to draw anything this pane needs for the HEAD section.
Returns name of default metric for the given dashboard.
classmethod GetInstanceMenu(pDashClass As %String, Output pMenu As %String, Output pCaption As %String, Output pSize As %Integer) as %Status
Returns ordinal subscripted list of instance menu options.
Find refresh rate for this page
method OnGenerateCode() as %String
Subclasses override this to generate code during CSP processing
classmethod RefreshDashboard(metricList As %String, dashClass As %String, clientTime As %String, defaultInstance As %String)
Called from client to refresh the dashboard
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- DrawCommandForm()
- DrawCommands()
- GenerateCode()
- LocalizeText()
- QuoteCOS()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()