Home | Trees | Index | Help |
---|
Package twisted :: Package web :: Package woven :: Module model :: Class AttributeWrapper |
|
Model
--+ |Wrapper
--+ | AttributeWrapper
Method Summary | |
---|---|
__init__(self,
parent,
name)
| |
__cmp__(self,
other)
(inherited from Model )
| |
__getstate__(self)
(inherited from Model )
| |
__repr__(self)
(inherited from Wrapper )
| |
addSubview(self,
name,
subview)
(inherited from Model )
| |
Add a view for the model to keep track of. (inherited from Model )
| |
getData(self)
(inherited from Wrapper )
| |
Get the submodel `name' of this model. (inherited from Model )
| |
Hook for subclasses to initialize themselves without having to mess with the __init__ chain. (inherited from Model )
| |
Look up a full submodel name. (inherited from Model )
| |
Notify all views that something was changed on me. (inherited from Model )
| |
Remove a view that the model no longer should keep track of. (inherited from Model )
| |
setData(self,
data)
(inherited from Wrapper )
| |
Set a submodel on this model. (inherited from Model )
| |
Check if a submodel name is allowed. (inherited from Model )
| |
submodelFactory(self,
name)
(inherited from Model )
| |
_getModelWrapper(self,
currentModel,
element,
parentModel)
(inherited from Model )
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:19:31 2003 | http://epydoc.sf.net |