Package peppy :: Package lib :: Module userparams :: Class StrParam
[frames] | no frames]

Class StrParam

      object --+        
               |        
debug.debugmixin --+    
                   |    
               Param --+
                       |
                      StrParam
Known Subclasses:

String parameter that displays a text entry field as its user interface.

This is an alias to the Param class.

Instance Methods

Inherited from Param: OnCallback, __init__, __str__, getCtrl, getLabel, getValue, isSettable, isVisible, processCallback, setCallback, setInitialState, setValue, setValueWithoutCallback, textToValue, valueToText

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Methods

Inherited from debug.debugmixin: dprint

Class Variables
  default = ''

Inherited from Param: callback_event

Inherited from debug.debugmixin: debuglevel

Properties

Inherited from object: __class__