%DeepSee.UserPortal.AlertInfo
Class %DeepSee.UserPortal.AlertInfo Extends %DeepSee.UserPortal.WorkList [ System = 4 ]
A work list class that displays details on the alert that invoked a User portal page.
Parameters
ICON
Parameter ICON = "deepsee/ds2_note_44.png";
Icon (16x16) to display for this work list.
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.
%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.