persistent class %DeepSee.Dashboard.Theme
extends %DeepSee.UserLibrary.FolderItem
A *theme* is a collection of style overrides for DeepSee components (such as charts) stored
as a folder item.
This lets you save the style for chart as part of a "theme" and then re-apply this them to other
charts.
parameter ICON = "deepsee/ds2_palette_44.png";
URL of icon for this item
parameter ITEMTYPE = "theme";
This is the extension returned by this type from the Finder.
parameter LARGEICON = "deepsee/ds2_palette_44.png";
URL of large icon for this item
parameter PUBLIC = 0;
Default value of public property for the class.
parameter XMLNAME = "theme";
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.
property overrides
as array of %String(MAXLEN=30000,XMLKEYNAME="name",XMLNAME="override",XMLPROJECTION="ELEMENT");
Array of override values (such as chart state) indexed by type (such as "barChart).
Each entry contains a set of override properties serialized as xml.
method %GetDependencies(pList As %String)
as %Status
Return a list of all other folder items (including cubes or kpis) that this item depends upon.
method %GetTypeName()
as %String
Return the localized type name for this item.
method %GetURL()
as %String
Return the URL for this item.