This class represents the definition of a visual widget (such as a chart) within a user-defined DeepSee dashboard.
This is what is saved to disk, not the actual visual component.
Properties
property backgroundColor as %ZEN.Datatype.color (XMLPROJECTION = "attribute") [ InitialExpression = "#F0F0F0" ];
JSL4483 color of widget background
Property methods: backgroundColorDisplayToLogical(), backgroundColorGet(), backgroundColorIsValid(), backgroundColorLogicalToDisplay(), backgroundColorLogicalToOdbc(), backgroundColorNormalize(), backgroundColorSet()
property colSpanL as %Integer (MINVAL = 1, XMLPROJECTION = "attribute");
colSpan (landscape) of the widget (if in snap grid mode).
Property methods: colSpanLDisplayToLogical(), colSpanLGet(), colSpanLIsValid(), colSpanLLogicalToDisplay(), colSpanLNormalize(), colSpanLSet(), colSpanLXSDToLogical()
property colSpanP as %Integer (MINVAL = 1, XMLPROJECTION = "attribute");
colSpan (portrait) of the widget (if in snap grid mode).
Property methods: colSpanPDisplayToLogical(), colSpanPGet(), colSpanPIsValid(), colSpanPLogicalToDisplay(), colSpanPNormalize(), colSpanPSet(), colSpanPXSDToLogical()
Specify color of toolbar
Property methods: colorToolbarDisplayToLogical(), colorToolbarGet(), colorToolbarIsValid(), colorToolbarLogicalToDisplay(), colorToolbarLogicalToOdbc(), colorToolbarNormalize(), colorToolbarSet()
property controls as list of Control (XMLNAME = "control", XMLPROJECTION = "element");
Set of controls displayed within this widget.
Property methods: controlsBuildValueArray(), controlsCollectionToDisplay(), controlsCollectionToOdbc(), controlsDisplayToCollection(), controlsGet(), controlsGetObject(), controlsGetObjectId(), controlsGetSwizzled(), controlsIsValid(), controlsOdbcToCollection(), controlsSet(), controlsSetObject(), controlsSetObjectId()
Optional. Name of termlist (with or without extension) that supplies data-driven colors
for chart series.
Property methods: dataColorListDisplayToLogical(), dataColorListGet(), dataColorListIsValid(), dataColorListLogicalToDisplay(), dataColorListLogicalToOdbc(), dataColorListNormalize(), dataColorListSet()
property dataLink as %String (MAXLEN = 255, XMLPROJECTION = "attribute");
If defined, this the name of a widget on the dashboard that provides the data for this widget.
This overrides
dataSource if present.
Property methods: dataLinkDisplayToLogical(), dataLinkGet(), dataLinkIsValid(), dataLinkLogicalToDisplay(), dataLinkLogicalToOdbc(), dataLinkNormalize(), dataLinkSet()
property dataProperties as list of DataProperty (XMLNAME = "dataProperty", XMLPROJECTION = "element");
Set of dataProperties displayed within this widget.
(Interpretation of this is dependent on the type of widget in use).
Property methods: dataPropertiesBuildValueArray(), dataPropertiesCollectionToDisplay(), dataPropertiesCollectionToOdbc(), dataPropertiesDisplayToCollection(), dataPropertiesGet(), dataPropertiesGetObject(), dataPropertiesGetObjectId(), dataPropertiesGetSwizzled(), dataPropertiesIsValid(), dataPropertiesOdbcToCollection(), dataPropertiesSet(), dataPropertiesSetObject(), dataPropertiesSetObjectId()
property dataSeries as list of ChartDataSeries (XMLNAME = "dataSeries", XMLPROJECTION = "element");
Set of data series used displayed within this widget.
Property methods: dataSeriesBuildValueArray(), dataSeriesCollectionToDisplay(), dataSeriesCollectionToOdbc(), dataSeriesDisplayToCollection(), dataSeriesGet(), dataSeriesGetObject(), dataSeriesGetObjectId(), dataSeriesGetSwizzled(), dataSeriesIsValid(), dataSeriesOdbcToCollection(), dataSeriesSet(), dataSeriesSetObject(), dataSeriesSetObjectId()
property dataSource as %String (MAXLEN = 255, XMLPROJECTION = "attribute");
Name of the data source for the widget.
This is the name of the data source originally defined for this widget.
It may be the case that the widget is using a local override of the data source
(such as when a user uses the "analyze" button on a pivot widget).
Property methods: dataSourceDisplayToLogical(), dataSourceGet(), dataSourceIsValid(), dataSourceLogicalToDisplay(), dataSourceLogicalToOdbc(), dataSourceNormalize(), dataSourceSet()
property drillDownDataSource as %String (MAXLEN = 255, XMLPROJECTION = "attribute");
Name of the drill down data source for the widget.
This is the name of a data source used when the user performs a "drill down" operation
(if supported) on the widget. (This is a dashboard to display when the user drills down on
a cell within a pivot widget).
Property methods: drillDownDataSourceDisplayToLogical(), drillDownDataSourceGet(), drillDownDataSourceIsValid(), drillDownDataSourceLogicalToDisplay(), drillDownDataSourceLogicalToOdbc(), drillDownDataSourceNormalize(), drillDownDataSourceSet()
property filterState as array of %String (MAXLEN = 5000, XMLKEYNAME = "name", XMLNAME = "filterState", XMLPROJECTION = "ELEMENT");
Array of filter states for the widget.
Each name is of the form: [DIM].[HIER].[LEVEL]
Each value is an MDX key value.
Property methods: filterStateBuildValueArray(), filterStateCollectionToDisplay(), filterStateCollectionToOdbc(), filterStateDisplayToCollection(), filterStateDisplayToLogical(), filterStateGet(), filterStateGetObject(), filterStateGetObjectId(), filterStateGetSwizzled(), filterStateIsValid(), filterStateLogicalToDisplay(), filterStateLogicalToOdbc(), filterStateNormalize(), filterStateOdbcToCollection(), filterStateSet(), filterStateSetObject(), filterStateSetObjectId()
property height as %Integer (MINVAL = 0, XMLPROJECTION = "attribute");
Height of the widget.
Property methods: heightDisplayToLogical(), heightGet(), heightIsValid(), heightLogicalToDisplay(), heightNormalize(), heightSet(), heightXSDToLogical()
property homeColL as %Integer (MINVAL = 0, XMLPROJECTION = "attribute");
homeCol position (landscape) of the widge (if in snap grid mode)t.
Property methods: homeColLDisplayToLogical(), homeColLGet(), homeColLIsValid(), homeColLLogicalToDisplay(), homeColLNormalize(), homeColLSet(), homeColLXSDToLogical()
property homeColP as %Integer (MINVAL = 0, XMLPROJECTION = "attribute");
homeCol position (portrait) of the widge (if in snap grid mode)t.
Property methods: homeColPDisplayToLogical(), homeColPGet(), homeColPIsValid(), homeColPLogicalToDisplay(), homeColPNormalize(), homeColPSet(), homeColPXSDToLogical()
property homeRowL as %Integer (MINVAL = 0, XMLPROJECTION = "attribute");
homeRow position (landscape) of the widget (if in snap grid mode).
Property methods: homeRowLDisplayToLogical(), homeRowLGet(), homeRowLIsValid(), homeRowLLogicalToDisplay(), homeRowLNormalize(), homeRowLSet(), homeRowLXSDToLogical()
property homeRowP as %Integer (MINVAL = 0, XMLPROJECTION = "attribute");
homeRow position (portrait) of the widget (if in snap grid mode).
Property methods: homeRowPDisplayToLogical(), homeRowPGet(), homeRowPIsValid(), homeRowPLogicalToDisplay(), homeRowPNormalize(), homeRowPSet(), homeRowPXSDToLogical()
property left as %Integer (MINVAL = 0, XMLPROJECTION = "attribute");
Left position of the widget.
Property methods: leftDisplayToLogical(), leftGet(), leftIsValid(), leftLogicalToDisplay(), leftNormalize(), leftSet(), leftXSDToLogical()
property localDataSource as %String (MAXLEN = 255, XMLPROJECTION = "none") [ Transient ];
Name of local datasource, if the user has made a local modification to its datasource.
This is stored in the dashboard settings global.
Property methods: localDataSourceDisplayToLogical(), localDataSourceGet(), localDataSourceIsValid(), localDataSourceLogicalToDisplay(), localDataSourceLogicalToOdbc(), localDataSourceNormalize(), localDataSourceSet()
property maximized as %Boolean (XMLPROJECTION = "attribute") [ InitialExpression = 0 ];
If true, this widget should be maximized when first displayed.
Property methods: maximizedDisplayToLogical(), maximizedGet(), maximizedIsValid(), maximizedLogicalToDisplay(), maximizedLogicalToXSD(), maximizedNormalize(), maximizedSet(), maximizedXSDToLogical()
property name as %String (MAXLEN = 255, XMLPROJECTION = "attribute");
Identifying name for this widget. This is used to logically identify the widget within
a dashboard (such as for sending filter events to it).
Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()
property opacity as %ZEN.Datatype.float (XMLPROJECTION = "attribute") [ InitialExpression = 1.0 ];
JSL4483 opacity of widget background
Property methods: opacityDisplayToLogical(), opacityGet(), opacityIsValid(), opacityLogicalToDisplay(), opacityLogicalToOdbc(), opacityNormalize(), opacitySet()
Specify opacity of toolbar
Property methods: opacityToolbarDisplayToLogical(), opacityToolbarGet(), opacityToolbarIsValid(), opacityToolbarLogicalToDisplay(), opacityToolbarLogicalToOdbc(), opacityToolbarNormalize(), opacityToolbarSet()
property overrides as array of %String (MAXLEN = 30000, XMLKEYNAME = "name", XMLNAME = "override", XMLPROJECTION = "ELEMENT");
Array of additional override values (such as chart state) to apply to the widget.
Property methods: overridesBuildValueArray(), overridesCollectionToDisplay(), overridesCollectionToOdbc(), overridesDisplayToCollection(), overridesDisplayToLogical(), overridesGet(), overridesGetObject(), overridesGetObjectId(), overridesGetSwizzled(), overridesIsValid(), overridesLogicalToDisplay(), overridesLogicalToOdbc(), overridesNormalize(), overridesOdbcToCollection(), overridesSet(), overridesSetObject(), overridesSetObjectId()
property properties as array of %String (MAXLEN = 5000, XMLKEYNAME = "name", XMLNAME = "property", XMLPROJECTION = "ELEMENT");
Array of additional property values to apply to the widget.
Property methods: propertiesBuildValueArray(), propertiesCollectionToDisplay(), propertiesCollectionToOdbc(), propertiesDisplayToCollection(), propertiesDisplayToLogical(), propertiesGet(), propertiesGetObject(), propertiesGetObjectId(), propertiesGetSwizzled(), propertiesIsValid(), propertiesLogicalToDisplay(), propertiesLogicalToOdbc(), propertiesNormalize(), propertiesOdbcToCollection(), propertiesSet(), propertiesSetObject(), propertiesSetObjectId()
property resetDataSource as %Boolean (XMLPROJECTION = "none") [ InitialExpression = 0 , Transient ];
Indicates that the user-specific localDataSource for this widget should be cleared when this widget is saved.
Property methods: resetDataSourceDisplayToLogical(), resetDataSourceGet(), resetDataSourceIsValid(), resetDataSourceLogicalToDisplay(), resetDataSourceLogicalToXSD(), resetDataSourceNormalize(), resetDataSourceSet(), resetDataSourceXSDToLogical()
property rowSpanL as %Integer (MINVAL = 1, XMLPROJECTION = "attribute");
rowSpan (landscape) of the widget (if in snap grid mode).
Property methods: rowSpanLDisplayToLogical(), rowSpanLGet(), rowSpanLIsValid(), rowSpanLLogicalToDisplay(), rowSpanLNormalize(), rowSpanLSet(), rowSpanLXSDToLogical()
property rowSpanP as %Integer (MINVAL = 1, XMLPROJECTION = "attribute");
rowSpan (portrait) of the widget (if in snap grid mode).
Property methods: rowSpanPDisplayToLogical(), rowSpanPGet(), rowSpanPIsValid(), rowSpanPLogicalToDisplay(), rowSpanPNormalize(), rowSpanPSet(), rowSpanPXSDToLogical()
Specify whether to display a sidebar.
Property methods: showSidebarDisplayToLogical(), showSidebarGet(), showSidebarIsValid(), showSidebarLogicalToDisplay(), showSidebarLogicalToOdbc(), showSidebarLogicalToXSD(), showSidebarNormalize(), showSidebarSet(), showSidebarXSDToLogical()
Specify whether to display a toolbar.
Property methods: showToolbarDisplayToLogical(), showToolbarGet(), showToolbarIsValid(), showToolbarLogicalToDisplay(), showToolbarLogicalToOdbc(), showToolbarLogicalToXSD(), showToolbarNormalize(), showToolbarSet(), showToolbarXSDToLogical()
Specify whether to display the separator between the toolbar and widget content
Property methods: showToolbarBottomBorderDisplayToLogical(), showToolbarBottomBorderGet(), showToolbarBottomBorderIsValid(), showToolbarBottomBorderLogicalToDisplay(), showToolbarBottomBorderLogicalToOdbc(), showToolbarBottomBorderLogicalToXSD(), showToolbarBottomBorderNormalize(), showToolbarBottomBorderSet(), showToolbarBottomBorderXSDToLogical()
Specify whether to display a toolbar.
Property methods: showToolbarOnlyWhenMaximizedDisplayToLogical(), showToolbarOnlyWhenMaximizedGet(), showToolbarOnlyWhenMaximizedIsValid(), showToolbarOnlyWhenMaximizedLogicalToDisplay(), showToolbarOnlyWhenMaximizedLogicalToOdbc(), showToolbarOnlyWhenMaximizedLogicalToXSD(), showToolbarOnlyWhenMaximizedNormalize(), showToolbarOnlyWhenMaximizedSet(), showToolbarOnlyWhenMaximizedXSDToLogical()
HTML content of sidebar.
Property methods: sidebarContentDisplayToLogical(), sidebarContentGet(), sidebarContentIsValid(), sidebarContentLogicalToDisplay(), sidebarContentLogicalToOdbc(), sidebarContentNormalize(), sidebarContentSet()
Width of sidebar area.
Property methods: sidebarWidthDisplayToLogical(), sidebarWidthGet(), sidebarWidthIsValid(), sidebarWidthLogicalToDisplay(), sidebarWidthLogicalToOdbc(), sidebarWidthNormalize(), sidebarWidthSet()
property subtype as %String (MAXLEN = 255, XMLPROJECTION = "attribute");
Widget subtype.
This is used by widgets that support various subtypes (such as a meter).
Property methods: subtypeDisplayToLogical(), subtypeGet(), subtypeIsValid(), subtypeLogicalToDisplay(), subtypeLogicalToOdbc(), subtypeNormalize(), subtypeSet()
property subtypeClass as %String (MAXLEN = 255, XMLPROJECTION = "attribute");
Widget subtype class.
If the user overrides the subtype class (such as in a chart or meter), this
holds the actual type.
Property methods: subtypeClassDisplayToLogical(), subtypeClassGet(), subtypeClassIsValid(), subtypeClassLogicalToDisplay(), subtypeClassLogicalToOdbc(), subtypeClassNormalize(), subtypeClassSet()
property theme as %String (MAXLEN = 512, XMLPROJECTION = "attribute");
If defined, this the name of a theme provides the styles for this widget.
Property methods: themeDisplayToLogical(), themeGet(), themeIsValid(), themeLogicalToDisplay(), themeLogicalToOdbc(), themeNormalize(), themeSet()
property themeOverrides as array of %String (MAXLEN = 30000, XMLPROJECTION = "NONE") [ Transient ];
Transient array of additional override values that come from the theme for this widget.
Property methods: themeOverridesBuildValueArray(), themeOverridesCollectionToDisplay(), themeOverridesCollectionToOdbc(), themeOverridesDisplayToCollection(), themeOverridesDisplayToLogical(), themeOverridesGet(), themeOverridesGetObject(), themeOverridesGetObjectId(), themeOverridesGetSwizzled(), themeOverridesIsValid(), themeOverridesLogicalToDisplay(), themeOverridesLogicalToOdbc(), themeOverridesNormalize(), themeOverridesOdbcToCollection(), themeOverridesSet(), themeOverridesSetObject(), themeOverridesSetObjectId()
property title as %String (MAXLEN = 255, XMLPROJECTION = "attribute");
Title to display for the widget.
Long titles may not display well.
Property methods: titleDisplayToLogical(), titleGet(), titleIsValid(), titleLogicalToDisplay(), titleLogicalToOdbc(), titleNormalize(), titleSet()
property top as %Integer (MINVAL = 0, XMLPROJECTION = "attribute");
Top position of the widget.
Property methods: topDisplayToLogical(), topGet(), topIsValid(), topLogicalToDisplay(), topNormalize(), topSet(), topXSDToLogical()
property type as %String (MAXLEN = 255, XMLPROJECTION = "attribute");
Which type of widget to display.
This is the class name of a widget. If no class package is provided, then
"%DeepSee.Component.Widget" is used.
Property methods: typeDisplayToLogical(), typeGet(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeSet()
property width as %Integer (MINVAL = 0, XMLPROJECTION = "attribute");
Width of the widget.
Property methods: widthDisplayToLogical(), widthGet(), widthIsValid(), widthLogicalToDisplay(), widthNormalize(), widthSet(), widthXSDToLogical()