Methods
|
|
|
|
__init__
|
__init__ (
self,
parent=None,
**kw,
)
|
|
__setEntry
|
__setEntry ( self, text )
|
|
_checkValidateFunction
|
_checkValidateFunction (
self,
function,
option,
validator,
)
Raise an error if function is not a function or None.
Exceptions
|
|
ValueError, msg %( option, validator, standard, extra )
|
|
|
_checkValidity
|
_checkValidity ( self )
|
|
_executeCommand
|
_executeCommand ( self, event=None )
|
|
_getValidatorFunc
|
_getValidatorFunc (
self,
validator,
index,
)
Search the extra and standard validator lists for the
given validator . If validator is an alias, then
continue the search using the alias. Make sure that
self-referencial aliases do not cause infinite loops.
|
|
_getValidity
|
_getValidity ( self )
|
|
_postProcess
|
_postProcess ( self )
|
|
_preProcess
|
_preProcess ( self )
|
|
_validate
|
_validate ( self )
|
|
checkentry
|
checkentry ( self )
If there is a variable specified by the entry_textvariable
option, checkentry() should be called after the set() method
of the variable is called.
|
|
clear
|
clear ( self )
|
|
destroy
|
destroy ( self )
|
|
getvalue
|
getvalue ( self )
|
|
invoke
|
invoke ( self )
|
|
setentry
|
setentry ( self, text )
|
|
setvalue
|
setvalue ( self, text )
|
|
valid
|
valid ( self )
|
|