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

Class Site

source code

object --+    
         |    
  SiteBase --+
             |
            Site

Klasa strony wprowadzania 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
 
add_input(self, param)
Dodanie pola wprowadzania danych.
source code
 
set_table_name(self, table)
Ustawienie nazwy tabeli do pobrania.
source code
 
set_models(self, models)
Ustawienie modelu dla strony.
source code
 
_is_form_available(self)
Sprawdzenie czy dostepne sa dane dla obecnego widoku.
source code
 
get_id(self)
Zwraca id rekordu ktory wyswietla.
source code
 
send_data(self, post)
Wprowadzenie informacji do bazy danych.
source code
 
content(self)
Buduje dane dla strony.
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, 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

content(self)

source code 

Buduje dane dla strony.

Overrides: SiteBase.content