class %DeepSee.Component.Widget.scoreCardWidget
extends %DeepSee.Component.Widget.widget, %DeepSee.Component.ScoreCardContent
A specialized DeepSee Dashboard widget that displays a visual scorecard.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
19
|
|
|
|
|
classmethod %GetCatalogInfo(Output pInfo As %List, Output pSubtypeList As %List)
as %Status
Return information used to list this widget within the "widget catalog".
method %GetDataController()
as %ZEN.Auxiliary.abstractController
If this widget contains a data controller, return it.
classmethod %GetWidgetPropertyInfo(pSubtype As %String, Output pInfo As %List)
as %Status
Return information on additional "properties" supported by this widget for the given subtype.
method %OnCreateControls(pGroup As %ZEN.Component.group)
as %Status
This callback is called just before controls are added to the top of the widget.
pGroup is the header in which new Zen control can be added.
method %OnCreateWidget(pGroup As %ZEN.Component.group)
as %Status
This callback is responsible for creating the contents of the widget.
method adjustContentSize(load, width, height)
[ Language = javascript ]
Called when page is loaded or widget is resized.
method exportPDF(printMultiple, preserveTempFiles)
[ Language = javascript ]
PDF export for SVG using the svgImageProvider
method getDataController()
[ Language = javascript ]
If this widget contains a data controller, return it.
This allows for generic capabilities in this base class.
method getOverrides()
[ Language = javascript ]
Return an array of current style overrides for this widget.
Used to save to a theme.
method hasOverrides()
[ Language = javascript ]
Test if there are any style overrides for this widget.
method navCloseButtonClick(key)
[ Language = javascript ]
Click on close button in navigator.
method navDataArrange(key, swap, final)
[ Language = javascript ]
Re-arrange of a list in navigator.
method navDataChange(key, value, final)
[ Language = javascript ]
Change of data value in navigator.
method navHeaderButtonClick(key)
[ Language = javascript ]
Click on header button in navigator.
method resetOverrides()
[ Language = javascript ]
Reset any style overrides for this widget.