Package gluon :: Module sqlhtml :: Class ListWidget
[hide private]
[frames] | no frames]

Class ListWidget

source code

object --+        
         |        
FormWidget --+    
             |    
  StringWidget --+
                 |
                ListWidget

Instance Methods [hide private]

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

Class Methods [hide private]
 
widget(cls, field, value, **attributes)
generates an INPUT text tag.
source code

Inherited from FormWidget (private): _attributes

Class Variables [hide private]

Inherited from StringWidget (private): _class

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

widget(cls, field, value, **attributes)
Class Method

source code 

generates an INPUT text tag.

see also: :meth:`FormWidget.widget`

Overrides: FormWidget.widget
(inherited documentation)