Abstrakcyjna klasa pola wejsiowego.
|
|
__init__(self,
params)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
get_data(self)
Pobieranie danych dla szablonu. |
source code
|
|
|
|
get_label(self)
Pobranie opisu pola wejsiowego. |
source code
|
|
|
|
get_messages(self)
Pobranie wiadomosci bledu pola wejsciowego. |
source code
|
|
|
|
is_valid(self,
data)
Sprawdzenie pole wejsciowe jest poprawnie wypelnione. |
source code
|
|
|
|
post_init(self)
Czynnosci po inicjalizacji. |
source code
|
|
|
|
pre_init(self)
Czynnosci przed inicjalizacja. |
source code
|
|
|
|
prepare_data(self)
Przygotowanie danych dla szablonu. |
source code
|
|
|
|
|
|
|
|
|
|
set_value(self,
value)
Ustawienie wartosci. |
source code
|
|
|
Inherited from core.hybrid.Hybrid:
init,
is_read_from_xmldoc
Inherited from core.XMLReader.XMLReader:
add_permited,
getAttribute,
get_xml_doc,
post_render,
pre_render,
render
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|