Home | Trees | Indices | Help |
|
---|
|
object --+ | wx._core.Object --+ | wx._core.EvtHandler --+ | wx._core.Validator --+ | wx._core.PyValidator --+ | cBasicPatDetailsPageValidator
This validator is used to ensure that the user has entered all the required conditional values in the page (eg., to properly create an address, all the related fields must be filled).
Instance Methods | |||
PyValidator |
|
||
Validator |
|
||
|
|||
bool |
|
||
bool |
|
||
Inherited from Inherited from Inherited from Inherited from Inherited from |
Static Methods | |
Inherited from |
Properties | |
Inherited from |
Method Details |
Validator initialization. @param dtd The object containing the data model. @type dtd A cFormDTD instance
|
Standard cloner. Note that every validator must implement the Clone() method.
|
Validate the contents of the given text control.
|
Transfer data from validator to window. The default implementation returns False, indicating that an error occurred. We simply return True, as we don't do any data transfer.
|
Transfer data from window to validator. The default implementation returns False, indicating that an error occurred. We simply return True, as we don't do any data transfer.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Jan 10 03:55:57 2011 | http://epydoc.sourceforge.net |