%DeepSee.UserPortal.WorkList
Class %DeepSee.UserPortal.WorkList Extends %RegisteredObject [ Abstract, System = 4 ]
Base class for work list classes within the DeepSee user portal. A work list class provides the content of a work list pane within a User portal page.
Parameters
DOMAIN
Parameter DOMAIN = "%DeepSee";
Set this to the correct domain.
ICON
Parameter ICON As STRING = "deepsee/chat_16.gif";
Icon (16x16) to display for this work list.
TYPE
Parameter TYPE As STRING = "html";
Display type: "html" or "group".
Methods
%GetName
ClassMethod %GetName() As %String
Return the localized display name for this work list.
%GetTitle
ClassMethod %GetTitle() As %String
Return the localized title for this work list.
%GetIcon
ClassMethod %GetIcon() As %String
Return the small icon for this work list.
%GetType
ClassMethod %GetType() As %String
Return the display type for this work list.
%GetHeaderMessage
ClassMethod %GetHeaderMessage() As %String
Return an optional header message to display.
%GetToolTip
ClassMethod %GetToolTip() As %String
Return an optional tool tip to display.
%DrawWorkList
ClassMethod %DrawWorkList(pPanelNo As %Integer) As %Status
Draw the contents of the worklist.
pPanelNo is the worklist panel number.