Package Gnumed :: Package wxpython :: Module gmCharacterValidator :: Class CharValidator
[frames] | no frames]

Class CharValidator

source code

Instance Methods
 
__init__(self) source code
 
setSingleSpace(self, control) source code
 
setUpperAlpha(self, control) source code
 
setCapitalize(self, control) source code
 
setDigits(self, control) source code
 
allow_single_spaces(self, keyEvent)
wrapper for handling single space input
source code
 
allow_upper_only_exclusive(self, keyEvent)
wrapper for converting to upper case and single spaces converts intercepts lowercase input and puts in uppercase.
source code
 
allow_lower_only(self, keyEvent)
wrapper to convert uppercase to lowercase.
source code
 
allow_digits_only(self, keyEvent) source code
 
capitalize_exclusive(self, keyEvent) source code
 
capitalize_list(self, l) source code