DocBook|Search
Class Reference
%DeepSee.Dashboard.WidgetTemplate
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%DeepSee] >  [Dashboard] >  [WidgetTemplate]
Private  Storage  

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

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.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5 1 2


Summary

Properties
createdBy description documentName folder folderName
fullName keywords locked name owner
public resource shared timeCreated timeModified
title widget

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BMEBuilt
%BuildIndices %CheckResource %CheckUnique %ClassIsLatestVersion
%ClassName %ComposeOid %ConstructClone %Delete
%DeleteExtent %DeleteId %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty
%DispatchSetProperty %Dump %Exists %ExistsId
%Extends %GUID %GUIDSet %GetDependencies
%GetIcon %GetLargeIcon %GetLock %GetParameter
%GetResource %GetSwizzleObject %GetTypeName %GetURL
%Id %InsertBatch %IsA %IsModified
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnAfterImport %OnBeforeAddToSync %OnDetermineClass
%Open %OpenId %OriginalNamespace %PackageName
%ParseFullName %PhysicalAddress %PurgeIndices %Reload
%RemoveFromSaveSet %ResolveConcurrencyConflict %RollBack %Save
%SaveDirect %SaveIndices %SerializeObject %SetModified
%SortBegin %SortEnd %SyncObjectIn %SyncTransport
%UnlockExtent %UnlockId %ValidateObject XMLDTD
XMLExport XMLExportToStream XMLExportToString XMLNew
XMLSchema XMLSchemaNamespace XMLSchemaType documentNameGet
folderNameGet folderNameSet fullNameFromDocumentName fullNameGet
fullNameSet


Parameters

• parameter ICON = "deepsee/blueprint_plan_24.gif";
URL of icon for this item
• parameter ITEMTYPE = "widget";
This is the extension returned by this type from the Finder.
• parameter LARGEICON = "deepsee/blueprint_plan_48.gif";
URL of large icon for this item
• parameter LISTED = 0;
If true, then items of this type (class) are displayed in the user portal table.
• parameter XMLNAME = "widgetTemplate";
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 widget as Widget(XMLNAME="widget",XMLPROJECTION="element");
The widget definition.

Methods

• method %GetTypeName() as %String
Return the localized type name for this item.
• method %GetURL() as %String
Return the URL for this item.