Package ZenWidgets :: Module messaging :: Class BrowserMessageBox
[hide private]
[frames] | no frames]

Class BrowserMessageBox

source code

object --+    
         |    
MessageBox --+
             |
            BrowserMessageBox

Adapter for all persistent objects. Provides a method, get_messages, that retrieves Message objects from the current user's session.

Instance Methods [hide private]
 
__init__(self, context)
Initialization method.
source code

Inherited from MessageBox: get_messages, get_unread

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]

Inherited from MessageBox: messagebox

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, context)
(Constructor)

source code 
Initialization method.
Parameters:
  • context (Persistent) - The object being adapted. Must have access to the current request object via acquisition.
Overrides: object.__init__