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

Class InnerContent

source code

object --+    
         |    
  IContent --+
             |
            InnerContent

Instance Methods [hide private]
 
__init__(self, small, large)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
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__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, small, large)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

getMinimizedValueAsHTML(self)

source code 

This should return a small view of the full data.

Returns:
value in HTML format
Overrides: IContent.getMinimizedValueAsHTML
(inherited documentation)

getPopupComponent(self)

source code 

This should return the full Component representing the data

Returns:
a Component for the value
Overrides: IContent.getPopupComponent
(inherited documentation)