Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
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.
|
|
|
NAMESPACE specifies the XML namespace to be used when projecting the class to XML. If NAMESPACE = "", the default namespace is used for the XML schema is used as the namespace for his class.
XMLIGNORENULL allows the programmer to override the default XML handling of empty strings for properties of type %String. By default (XMLIGNORENULL = 0), empty strings in the XML input are stored as $c(0) and $c(0) is written to XML as an empty tag. A missing tag in the XML input is always stored as "" and "" is always output to XML as no tag.If XMLIGNORENULL is set = 1, then both missing tags in the XML and empty strings are input as "", and both "" and $c(0) are output as empty tags (i.e. <tag></tag>).
If XMLIGNORENULL is set = "inputonly", then both missing tags in the XML and empty strings are input as "". Output of "" and $c(0) are for XMLIGNORENULL = 0: $c(0) is output as an empty tag (i.e. <tag></tag>) and "" is output as no tag.
If XMLIGNORENULL = "runtime" (runtime is not case sensitive), then the behavior of XMLIGNORENULL is determined by the format parameter of XMLExport, XMLImport and %XML.Reader.OpenFile. The default behavior for XMLIGNORENULL="runtime is the same as XMLIGNORENULL=0. Adding "ignorenull" to the format argument changes the behavior to that of XMLIGNORENULL=1. "ignorenull" shoud be separated by a comma from literal/encoded part of the format. Example values for format are "", ",ignorenull", "literal,ignorenull" and "encoded,ignorenull". Note that "inputonly" is equivalent to using ,ignorenull for XMLExport and not for %XML.Reader.
This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
|
JSL4483 color of widget background
colSpan (landscape) of the widget (if in snap grid mode).
colSpan (portrait) of the widget (if in snap grid mode).
Specify color of toolbar
Set of controls displayed within this widget.
Optional. Name of termlist (with or without extension) that supplies data-driven colors for chart series.
If defined, this the name of a widget on the dashboard that provides the data for this widget. This overridesdataSource if present.
Set of dataProperties displayed within this widget. (Interpretation of this is dependent on the type of widget in use).
Set of data series used displayed within this widget.
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).
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).
Array of filter states for the widget. Each name is of the form: [DIM].[HIER].[LEVEL]
Each value is an MDX key value.
Height of the widget.
homeCol position (landscape) of the widge (if in snap grid mode)t.
homeCol position (portrait) of the widge (if in snap grid mode)t.
homeRow position (landscape) of the widget (if in snap grid mode).
homeRow position (portrait) of the widget (if in snap grid mode).
Left position of the widget.
Name of local datasource, if the user has made a local modification to its datasource. This is stored in the dashboard settings global.
If true, this widget should be maximized when first displayed.
Identifying name for this widget. This is used to logically identify the widget within a dashboard (such as for sending filter events to it).
JSL4483 opacity of widget background
Specify opacity of toolbar
Array of additional override values (such as chart state) to apply to the widget.
Array of additional property values to apply to the widget.
Indicates that the user-specific localDataSource for this widget should be cleared when this widget is saved.
rowSpan (landscape) of the widget (if in snap grid mode).
rowSpan (portrait) of the widget (if in snap grid mode).
Specify whether to display a sidebar.
Specify whether to display a toolbar.
Specify whether to display the separator between the toolbar and widget content
Specify whether to display a toolbar.
HTML content of sidebar.
Width of sidebar area.
Widget subtype. This is used by widgets that support various subtypes (such as a meter).
Widget subtype class. If the user overrides the subtype class (such as in a chart or meter), this holds the actual type.
If defined, this the name of a theme provides the styles for this widget.
Transient array of additional override values that come from the theme for this widget.
Title to display for the widget.
Long titles may not display well.
Top position of the widget.
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.
Width of the widget.
|
Copy contents of this widget to pTarget.
Copy the contents of this definition to an Dao.
Create a visual widget component using this definition.
pURLSettings is an array of settings values pulled out of the URL.
Diagnostic method: display contents of this widget definition to the console.
Return the name of the data source for this widget. If there is a local override, return it.
Return a list of all folder items that this widget depends upon. Returns a list of the form:
pList(ITEMNAME) = itemName