Package ajango :: Package generator :: Package views :: Module display :: Class View
[hide private]
[frames] | no frames]

Class View

source code

              object --+            
                       |            
core.XMLReader.XMLReader --+        
                           |        
              object --+   |        
                       |   |        
core.generable.Generable --+        
                           |        
                    ViewBase --+    
                               |    
                       list.View --+
                                   |
                                  View

Klasa widoku wyswietlajacego.

Instance Methods [hide private]
 
init(self)
Metoda inicjalizujaca.
source code

Inherited from list.View: __init__, check, execute, post_init

Inherited from ViewBase: __str__, add_import, add_line, get_name, get_renderer, get_title, is_display_in_menu, make_execute, make_view_execute

Inherited from core.XMLReader.XMLReader: add_permited, getAttribute, get_xml_doc, post_render, pre_render, render

Inherited from core.XMLReader.XMLReader (private): _is_permited

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

Class Variables [hide private]

Inherited from list.View: __abstractmethods__

Inherited from ViewBase: DEFAULT_APP_TITLE, __metaclass__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

init(self)

source code 

Metoda inicjalizujaca.

Overrides: core.XMLReader.XMLReader.init