class %DeepSee.UserPortal.AlertList
extends %DeepSee.UserPortal.WorkList
A work list class that provides a list of user alerts within a User portal page.
parameter ICON = "deepsee/ds2_envelope_44.png";
Icon (16x16) to display for this work list.
classmethod %DrawWorkList(pPanelNo As %Integer)
as %Status
Draw the contents of the worklist.
pPanelNo is the worklist panel number.
classmethod %GetHeaderMessage()
as %String
Return an optional header message to display.
classmethod %GetName()
as %String
Return the localized display name for this work list.
classmethod %GetTitle()
as %String
Return the localized title for this work list.
classmethod %GetToolTip()
as %String
Return an optional tool tip to display.