Table of Contents

Class: EntryField bkchem/Pmw.py
Base Classes   
MegaWidget
Methods   
__init__
__setEntry
_checkValidateFunction
_checkValidity
_executeCommand
_getValidatorFunc
_getValidity
_postProcess
_preProcess
_validate
checkentry
clear
destroy
getvalue
invoke
setentry
setvalue
valid
  __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 )


Table of Contents

This document was automatically generated on Wed Jun 1 11:05:30 2005 by HappyDoc version 2.1