Home | Trees | Index | Help |
---|
Package twisted :: Package web :: Package woven :: Module form :: Class FormErrorWidget |
|
View
--+ |Widget
--+ |FormFillerWidget
--+ | FormErrorWidget
Method Summary | |
---|---|
(inherited from Widget )
| |
Convenience syntax for getting an attribute from the resultant DOM Node of this widget. (inherited from Widget )
| |
Convenience syntax for adding attributes to the resultant DOM Node of this widget. (inherited from Widget )
| |
Add `item' to the children of the resultant DOM Node of this widget. (inherited from Widget )
| |
Add an event handler to this widget. (inherited from Widget )
| |
Add a method to this widget that will be called when the widget is being rendered. (inherited from Widget )
| |
Add `item' to the children of the resultant DOM Node of this widget. (inherited from Widget )
| |
Do your part, prevent infinite recursion! (inherited from Widget )
| |
createInput(self,
request,
shell,
arg)
(inherited from FormFillerWidget )
| |
Create a `shell' node that will hold the additional form elements, if one is required. (inherited from FormFillerWidget )
| |
Check a given result from handling a node and look up a NodeMutator adapter which will convert the result into a node and insert it into the DOM tree. (inherited from View )
| |
Deal with a callback from a deferred, dispatching the result and recursing children. (inherited from View )
| |
Allow a view to be used like a widget. (inherited from Widget )
| |
Return a DOM Node to replace the Node in the template that this Widget handles. (inherited from Widget )
| |
Convenience syntax for getting an attribute from the resultant DOM Node of this widget. (inherited from Widget )
| |
getChild(self,
path,
request)
(inherited from View )
| |
getChildWithDefault(self,
path,
request)
(inherited from View )
| |
I have a model; however since I am a widget I am only responsible for a portion of that model. (inherited from Widget )
| |
Get a controller object to handle this node. (inherited from View )
| |
Get the model object associated with this node. (inherited from View )
| |
getNodeView(self,
request,
node,
submodel,
model)
(inherited from View )
| |
Get a named slot from the incoming template node. (inherited from Widget )
| |
Get a sub-view from me. (inherited from View )
| |
Override this if you want to have your subclass look up its template using a different method. (inherited from View )
| |
Get a reference to this page's top model object. (inherited from Widget )
| |
Handle a deferred from a controller. (inherited from View )
| |
Handle the root node, and send the page if there are no outstanding callbacks when it returns. (inherited from View )
| |
handleNewNode(self,
request,
returnNode)
(inherited from View )
| |
handleNode(self,
request,
node)
(inherited from View )
| |
handleOutstanding(self,
request)
(inherited from View )
| |
importViewLibrary(self,
namespace)
(inherited from View )
| |
Use this method instead of __init__ to initialize your Widget, so you don't have to deal with calling the __init__ of the superclass. (inherited from Widget )
| |
input_boolean(self,
request,
content,
arg)
(inherited from FormFillerWidget )
| |
input_checkgroup(self,
request,
content,
arg)
(inherited from FormFillerWidget )
| |
input_choice(self,
request,
content,
arg)
(inherited from FormFillerWidget )
| |
input_date(self,
request,
content,
arg)
(inherited from FormFillerWidget )
| |
input_flags(self,
request,
content,
arg)
(inherited from FormFillerWidget )
| |
input_float(self,
request,
content,
arg)
(inherited from FormFillerWidget )
| |
input_hidden(self,
request,
content,
arg)
(inherited from FormFillerWidget )
| |
input_integer(self,
request,
content,
arg)
(inherited from FormFillerWidget )
| |
input_password(self,
request,
content,
arg)
(inherited from FormFillerWidget )
| |
input_radiogroup(self,
request,
content,
arg)
(inherited from FormFillerWidget )
| |
input_single(self,
request,
content,
arg)
(inherited from FormFillerWidget )
| |
input_string(self,
request,
content,
arg)
(inherited from FormFillerWidget )
| |
input_submit(self,
request,
content,
arg)
(inherited from FormFillerWidget )
| |
input_text(self,
request,
content,
arg)
(inherited from FormFillerWidget )
| |
Insert `item' at `index' in the children list of the resultant DOM Node of this widget. (inherited from Widget )
| |
Use acquisition to look up the template named by self.templateFile, located anywhere above this object in the heirarchy, and use it as the template. (inherited from View )
| |
modelChanged(self,
payload)
(inherited from Widget )
| |
Dispatch a client-side event to an event handler that was registered using addEventHandler. (inherited from Widget )
| |
If this node has children, handle them. (inherited from View )
| |
render(self,
request,
doneCallback)
(inherited from View )
| |
renderFailure(self,
failure,
request)
(inherited from View )
| |
Check to see if handlers recorded any errors before sending the page (inherited from View )
| |
Convenience syntax for adding attributes to the resultant DOM Node of this widget. (inherited from Widget )
| |
setController(self,
controller)
(inherited from View )
| |
If the return value of getData is a Deferred, I am called when the
result of the Deferred is available. (inherited from Widget )
| |
setDataCallback(self,
result,
request,
node)
(inherited from Widget )
| |
Convenience method for allowing a Controller to report an error to the user. (inherited from Widget )
| |
Set a node for this widget to use instead of creating one programatically. (inherited from Widget )
| |
I use the submodel to know which attribute in self.model I am responsible for (inherited from Widget )
| |
setSubviewFactory(self,
name,
factory,
setup,
*args,
**kwargs)
(inherited from View )
| |
Override this method to set up your Widget prior to generateDOM. | |
setupAllStacks(self)
(inherited from View )
| |
setupViewStack(self)
(inherited from View )
| |
unlinkViews(self)
(inherited from View )
|
Method Details |
---|
setUp(self, request, node, data)Override this method to set up your Widget prior to generateDOM. This
is a good place to call methods like
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Thu May 8 13:17:04 2003 | http://epydoc.sf.net |