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

Class StringFieldWithBlurb

source code

                 object --+    
                          |    
imp.formal.widget.TextInput --+
                              |
                             StringFieldWithBlurb
Known Subclasses:

is a text input widget with additional material at the side.

Instance Methods
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from imp.formal.widget.TextInput: __providedBy__, __provides__, processInput, render, renderImmutable

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

Class Variables
  additionalMaterial = ''
hash(x)

Inherited from imp.formal.widget.TextInput: __implemented__, inputType, placeholder, showValueOnFailure

Properties

Inherited from object: __class__

Method Details

__init__(self, *args, **kwargs)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)