Home | Trees | Indices | Help |
|
---|
|
object --+ | base.Widget --+ | base.CompoundWidget --+ | object --+ | | | base.Widget --+ | | | InputWidget --+ | CompoundInputWidget
Nested Classes | |
Inherited from |
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Class Variables | |
params =
|
|
params_doc =
|
|
Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from Inherited from |
Method Details |
Update the template parameters. This method will have the last chance to update the variables sent to the template for the specific request. All parameters listed at class attribute 'params' will be available at the 'params' dict this method receives. *Must* call super(MyWidget, self).update_params(params) cooperatively, unless, of course, your know what you're doing. Preferably this should be done before any actual work is done in the method.
|
Return the value for a child widget. ``item`` is the child widget instance or it's name, ``value`` is a dict containing the value for this compound widget.
|
Return the parameters for a child widget. ``item`` is the child widget instance or it's name, ``params`` is a dict containing the parameters passed to this compound widget.
|
Return the Invalid exception associated with a child widget. The exception is stored in the request local storage. ``item`` is the child widget instance or it's name. |
Convert value into a dict suitable for propagating values to child widgets. If value is a dict it will pass through, if it's another kind of object, attributes which match child widgets' names will tried to be fetched. |
Adjust a value for displaying in a widget.
|
Class Variable Details |
params_doc
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 14 21:45:38 2011 | http://epydoc.sourceforge.net |