%DeepSee.Dashboard.WidgetTemplate
persistent class %DeepSee.Dashboard.WidgetTemplate extends %DeepSee.UserLibrary.FolderItem
SQL Table Name: %DeepSee_Dashboard.WidgetTemplate
This persistent class represents a widget template that is part of the Widget library.This is used when a user saves a widget as a template. The template can then be used as the basis for new widgets added to a dashboard. Note that these are copied from the template at the time they are created. Subsequent changes to the widget template do not affect earlier copies.
Property Inventory (Including Private)
Method Inventory (Including Private)
Parameters
parameter ICON = deepsee/blueprint_plan_24.gif;
Inherited description: URL of icon for this item
parameter ITEMTYPE = widget;
Inherited description: This is the extension returned by this type from the Finder.
parameter LARGEICON = deepsee/blueprint_plan_48.gif;
Inherited description: URL of large icon for this item
parameter LISTED = 0;
Inherited description: If true, then items of this type (class) are displayed in the user portal table.
parameter XMLNAME = widgetTemplate;
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 widget as Widget (XMLNAME = "widget", XMLPROJECTION = "element");
The widget definition.
Property methods: widgetGet(), widgetGetObject(), widgetGetObjectId(), widgetGetStored(), widgetGetSwizzled(), widgetIsEmpty(), widgetIsValid(), widgetNewObject(), widgetSet(), widgetSetObject(), widgetSetObjectId(), widgetUnSwizzle()
Methods (Including Private)
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()
- %GetDependencies()
- %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.WidgetTemplate)
^DeepSee.FolderItemD(ID,"WidgetTemplate") |
= | widgets
widget
|