Package gavo :: Package svcs :: Module customwidgets :: Class SimpleSelectChoice
[frames] | no frames]

Class SimpleSelectChoice

source code

                  object --+        
                           |        
imp.formal.widget.ChoiceBase --+    
                               |    
  imp.formal.widget.SelectChoice --+
                                   |
                                  SimpleSelectChoice

Instance Methods
 
__init__(self, original, options, noneLabel=None)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from imp.formal.widget.SelectChoice: __provides__, render, renderImmutable

Inherited from imp.formal.widget.ChoiceBase: __providedBy__, processInput

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from imp.formal.widget.SelectChoice: __implemented__, noneOption

Inherited from imp.formal.widget.ChoiceBase: options

Properties

Inherited from object: __class__

Method Details

__init__(self, original, options, noneLabel=None)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)