%DeepSee.Dashboard.WidgetTemplate
Class %DeepSee.Dashboard.WidgetTemplate Extends %DeepSee.UserLibrary.FolderItem [ System = 4 ]
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.
Parameters
XMLNAME
Parameter XMLNAME = "widgetTemplate";
ITEMTYPE
Parameter ITEMTYPE = "widget";
ICON
Parameter ICON = "deepsee/blueprint_plan_24.gif";
LARGEICON
Parameter LARGEICON = "deepsee/blueprint_plan_48.gif";
LISTED
Parameter LISTED = 0;
Properties
widget
Property widget As Widget(XMLNAME = "widget", XMLPROJECTION = "element");
The widget definition.
Methods
%GetURL
Method %GetURL() As %String
Return the URL for this item.
%GetTypeName
Method %GetTypeName() As %String
Return the localized type name for this item.