Package gavo :: Package web :: Module formrender :: Class MultiField
[frames] | no frames]

Class MultiField

source code

                    object --+        
                             |        
imp.formal.form.AddHelperMixin --+    
                                 |    
                        object --+    
                                 |    
             imp.formal.form.Group --+
                                     |
                                    MultiField

A "widget" containing multiple InputKeys (i.e., formal Fields) in a single line.

Instance Methods
 
__provides__(...)
Special descriptor for class __provides__

Inherited from imp.formal.form.Group: __init__, process, setItemParent

Inherited from imp.formal.form.AddHelperMixin: __getitem__, __providedBy__, addField, addGroup

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

Class Variables
  __implemented__ = <implementedBy gavo.web.formrender.MultiField>

Inherited from imp.formal.form.Group: itemParent

Properties

Inherited from imp.formal.form.Group: key

Inherited from object: __class__

Method Details

__provides__(...)

 

Special descriptor for class __provides__

The descriptor caches the implementedBy info, so that we can get declarations for objects without instance-specific interfaces a bit quicker.

Overrides: imp.formal.form.AddHelperMixin.__provides__