Home | Trees | Indices | Help |
|
---|
|
wx.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 | |||
|
|||
|
|||
|
|||
|
|||
|
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. |
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 Thu Jul 28 03:56:50 2011 | http://epydoc.sourceforge.net |