Package muntjac :: Package ui :: Module popup_view :: Class IContent
[hide private]
[frames] | no frames]

Class IContent

source code

object --+
         |
        IContent

Used to deliver customized content-packages to the PopupView. These are dynamically loaded when they are redrawn. The user must take care that neither of these methods ever return null.

Instance Methods [hide private]
 
getMinimizedValueAsHTML(self)
This should return a small view of the full data.
source code
 
getPopupComponent(self)
This should return the full Component representing the data
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

getMinimizedValueAsHTML(self)

source code 

This should return a small view of the full data.

Returns:
value in HTML format

getPopupComponent(self)

source code 

This should return the full Component representing the data

Returns:
a Component for the value