Class Reference
%DeepSee.Component.ScoreCardContent
Server:appadmin-00044-deployment-6bf4cbc86d-9f4xc
Instance:IRIS
User:SuperUser
 
-
  [USER] >  [%DeepSee] >  [Component] >  [ScoreCardContent]
Private  Storage

abstract class %DeepSee.Component.ScoreCardContent

This utility class supplies the methods needed to control a scoreCard using a navigator component.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5


Summary

Methods
scorecardCloseButtonClick scorecardDataArrange scorecardDataChange scorecardGetContentForLevel
scorecardHeaderButtonClick

Subclasses
%DeepSee.Component.Widget.scoreCardWidget

Methods

• method scorecardCloseButtonClick(navigator, chart, key) [ Language = javascript ]
Button clicked in navigator close button.
• method scorecardDataArrange(navigator, chart, key, swap, final) [ Language = javascript ]
This is called when a list within the navigator is rearranged. key is the key for the item and swap indicates what items to rearrange. final is true if this is the final value (controls such as a slider may provide intermediate values as well while the user is actively dragging it).
• method scorecardDataChange(navigator, svg, chart, key, value, final) [ Language = javascript ]
This is called when a data value within the navigator is changed. key is the key for the item and value is the new value. final is true if this is the final value (controls such as a slider may provide intermediate values as well while the user is actively dragging it).
• method scorecardGetContentForLevel(navigator, chart, level, key, value) [ Language = javascript ]
Return an object describing what to display for this level.
• method scorecardHeaderButtonClick(navigator, chart, key) [ Language = javascript ]
Button clicked in navigator header.


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