Skip to main content

%DeepSee.Dashboard.Theme

persistent class %DeepSee.Dashboard.Theme extends %DeepSee.UserLibrary.FolderItem

SQL Table Name: %DeepSee_Dashboard.Theme

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.

Property Inventory

Method Inventory

Parameters

parameter ICON = deepsee/ds2_palette_44.png;
Inherited description: URL of icon for this item
parameter ITEMTYPE = theme;
Inherited description: This is the extension returned by this type from the Finder.
parameter LARGEICON = deepsee/ds2_palette_44.png;
Inherited description: URL of large icon for this item
parameter PUBLIC = 0;
Default value of public property for the class.
parameter XMLNAME = theme;
Inherited description: 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.

Properties

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.
Property methods: overridesBuildValueArray(), overridesCollectionToDisplay(), overridesCollectionToOdbc(), overridesDisplayToCollection(), overridesDisplayToLogical(), overridesGet(), overridesGetObject(), overridesGetObjectId(), overridesGetStored(), overridesGetSwizzled(), overridesIsValid(), overridesLogicalToDisplay(), overridesLogicalToOdbc(), overridesNormalize(), overridesOdbcToCollection(), overridesSet(), overridesSetObject(), overridesSetObjectId()

Methods

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.

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (%DeepSee.UserLibrary.FolderItem)

^DeepSee.FolderItemD(ID)
=
%%CLASSNAME
folder
name
keywords
owner
shared
resource
timeCreated
timeModified
dummy
description
title
locked
public
createdBy
bookCover
category
lastAccessed

Storage Model: Storage (%DeepSee.Dashboard.Theme)

^DeepSee.FolderItemD(ID,"%DeepSee.Dashboard.Theme.overrides",n)
=
overrides(n)
FeedbackOpens in a new tab