Package ajango :: Package database :: Package validate :: Module lt :: Class Validate
[hide private]
[frames] | no frames]

Class Validate

source code

              object --+            
                       |            
core.XMLReader.XMLReader --+        
                           |        
          core.hybrid.Hybrid --+    
                               |    
                  object --+   |    
                           |   |    
    core.generable.Generable --+    
                               |    
                    ValidateBase --+
                                   |
                                  Validate

Klasa sprawdzajace czy pole ma wartosc mniejsza od podanej w parametrze.

Instance Methods [hide private]
 
__init__(self, param)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
pre_init(self)
Czynnosci przed inicjalizacja.
source code
 
post_init(self)
Czynnosci po inicjalizacji.
source code
 
is_valid(self, text)
Sprawdza czy pola wejsciowe sa poprawnie wypelnione.
source code

Inherited from ValidateBase: check, execute, get_messages, get_param, read_from_dict, read_from_xml

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 core.XMLReader.XMLReader (private): _is_permited

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

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

Inherited from ValidateBase: __metaclass__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, param)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

pre_init(self)

source code 

Czynnosci przed inicjalizacja.

Overrides: ValidateBase.pre_init

post_init(self)

source code 

Czynnosci po inicjalizacji.

Overrides: ValidateBase.post_init

is_valid(self, text)

source code 

Sprawdza czy pola wejsciowe sa poprawnie wypelnione.

Overrides: ValidateBase.is_valid