%DeepSee.UserPortal.FilterList
Class %DeepSee.UserPortal.FilterList Extends %DeepSee.UserPortal.WorkList [ System = 4 ]
A work list class that displays a list of filters within a User portal page.
Parameters
ICON
Parameter ICON = "deepsee/ds2_brightness_44.png";
Icon (16x16) to display for this work list.
TYPE
Parameter TYPE = "group";
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.
%GetToolTip
ClassMethod %GetToolTip() As %String
Return an optional tool tip to display.