Skip to main content

%DeepSee.UserPortal.AlertList

Class %DeepSee.UserPortal.AlertList Extends %DeepSee.UserPortal.WorkList [ System = 4 ]

A work list class that provides a list of user alerts within a User portal page.

Parameters

ICON

Parameter ICON = "deepsee/ds2_envelope_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.

%GetHeaderMessage

ClassMethod %GetHeaderMessage() As %String

Return an optional header message to display.

%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.