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

Class Site

source code

object --+        
         |        
  SiteBase --+    
             |    
     list.Site --+
                 |
    object --+   |
             |   |
       GetSite --+
                 |
                Site

Klasa do wyswietlania danych.

Nested Classes [hide private]

Inherited from SiteBase: __metaclass__

Instance Methods [hide private]
 
__init__(self, ob)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
init(self)
Metoda inicjalizujaca.
source code
 
get_id(self)
Zwraca id rekordu ktory wyswietla.
source code
 
content(self)
Buduje dane dla strony.
source code

Inherited from list.Site: add_column, get_request, set_query

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]

Inherited from list.Site: __abstractmethods__

Inherited from SiteBase: global_view_id_counter

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, ob)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

init(self)

source code 

Metoda inicjalizujaca.

Overrides: SiteBase.init

get_id(self)

source code 

Zwraca id rekordu ktory wyswietla.

Overrides: GetSite.get_id

content(self)

source code 

Buduje dane dla strony.

Overrides: SiteBase.content