IRISLIB database
RecentList Class Reference

A work list class that provides a list of recent items within a User portal page. More...

Inheritance diagram for RecentList:
Collaboration diagram for RecentList:

Static Public Attributes

 ICON = None
 Icon (16x16) to display for this work list.
 
- Static Public Attributes inherited from WorkList
 DOMAIN = None
 Set this to the correct domain.
 
 ICON = None
 Icon (16x16) to display for this work list.
 
 TYPE = None
 Display type: "html" or "group".
 
- Static Public Attributes inherited from RegisteredObject
 CAPTION = None
 Optional name used by the Form Wizard for a class when generating forms. More...
 
 JAVATYPE = None
 The Java type to be used when exported.
 
 PROPERTYVALIDATION = None
 This parameter controls the default validation behavior for the object. More...
 

Static Private Member Functions

_.Library.Status DrawWorkList (_.Library.Integer pPanelNo)
 Draw the contents of the worklist. More...
 
_.Library.String GetName ()
 Return the localized display name for this work list.
 
_.Library.String GetTitle ()
 Return the localized title for this work list.
 
_.Library.String GetToolTip ()
 Return an optional tool tip to display.
 

Additional Inherited Members

- Public Member Functions inherited from RegisteredObject
_.Library.Status OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount)
 This callback method is invoked when the current object is added to the SaveSet,. More...
 
_.Library.Status OnClose ()
 This callback method is invoked by the <METHOD>Close</METHOD> method to. More...
 
_.Library.Status OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned)
 This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More...
 
_.Library.Status OnNew ()
 This callback method is invoked by the <METHOD>New</METHOD> method to. More...
 
_.Library.Status OnValidateObject ()
 This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More...
 

Detailed Description

A work list class that provides a list of recent items within a User portal page.

Member Function Documentation

◆ DrawWorkList()

_.Library.Status DrawWorkList ( _.Library.Integer  pPanelNo)
staticprivate

Draw the contents of the worklist.


pPanelNo is the worklist panel number.

Reimplemented from WorkList.