%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 (Including Private)
Method Inventory (Including Private)
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 (Including Private)
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 (Including Private)
Return a list of all other folder items (including cubes or kpis) that this item depends upon.
method %GetTypeName() as %String [ Language = objectscript ]
Return the localized type name for this item.
method %GetURL() as %String [ Language = objectscript ]
Return the URL for this item.
Inherited Members
Inherited Properties (Including Private)
- ReadOnly
- Timestamp
- bookCover
- category
- createdBy
- description
- documentName
- folder
- folderName
- fullName
- keywords
- locked
- name
- owner
- public
- resource
- shared
- timeCreated
- timeModified
- title
Inherited Methods (Including Private)
- %AcquireLock()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %CheckResource()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %ConstructCloneInit()
- %Delete()
- %DeleteData()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Dump()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetCoverSpec()
- %GetIcon()
- %GetLargeIcon()
- %GetLock()
- %GetParameter()
- %GetResource()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnAddToSaveSet()
- %OnAfterBuildIndices()
- %OnAfterDelete()
- %OnAfterImport()
- %OnAfterPurgeIndices()
- %OnAfterSave()
- %OnBeforeAddToSync()
- %OnBeforeBuildIndices()
- %OnBeforePurgeIndices()
- %OnBeforeSave()
- %OnClose()
- %OnConstructClone()
- %OnDelete()
- %OnDetermineClass()
- %OnJournalObject()
- %OnNew()
- %OnOpen()
- %OnReload()
- %OnRollBack()
- %OnValidateObject()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %ParseFullName()
- %PhysicalAddress()
- %PurgeIndices()
- %ReleaseLock()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveData()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLImportAttributes()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
- documentNameGet()
- folderNameGet()
- folderNameSet()
- fullNameFromDocumentName()
- fullNameGet()
- fullNameSet()
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
|
Storage Model: Storage (%DeepSee.Dashboard.Theme)
^DeepSee.FolderItemD(ID,"%DeepSee.Dashboard.Theme.overrides",n) |
= | overrides(n) |