Package ajango :: Package site :: Package sites :: Module container :: Class Site
[hide private]
[frames] | no frames]

Class Site

source code

object --+    
         |    
  SiteBase --+
             |
            Site

Klasa agregujaca strony.

Nested Classes [hide private]

Inherited from SiteBase: __metaclass__

Instance Methods [hide private]
 
__init__(self, obj)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
init(self)
Inicjalizacja obiektu.
source code
 
set_container_layout(self, layout)
Ustawienie layoutu kontenera.
source code
 
add_view(self, view)
Dodanie widoku do wyswietlenia w kontenerze.
source code
 
content(self)
Wykonanie zadan obiektu.
source code

Inherited from SiteBase: make_content, make_content_and_get_data, make_site, set_header, set_include, set_layout, set_menu, set_theme, set_title, set_view_id

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

Class Variables [hide private]
  __abstractmethods__ = frozenset([])

Inherited from SiteBase: global_view_id_counter

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, obj)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

init(self)

source code 

Inicjalizacja obiektu.

Overrides: SiteBase.init

set_container_layout(self, layout)

source code 

Ustawienie layoutu kontenera.

Parameters:
  • self - Instancja obiektu strony.
  • layout - Sposob wyswietlania strony horizontal lub vertical

content(self)

source code 

Wykonanie zadan obiektu.

Overrides: SiteBase.content