| Method Summary |
| |
__init__(self,
original)
Set my 'original' attribute to be the object I am adapting. (inherited from Adapter)
|
| |
descriptiveName(self)
Return a pretty-printed (non-unique) name describing me. |
| |
getComponent(self,
interface,
registry,
default)
I forward getComponent to self.original on the assumption that it is
an instance of Componentized. (inherited from Adapter)
|
| |
getContinuations(self)
Get a list of 'continuation' sections. |
| |
getIndexes(self)
|
| |
getItems(self)
Get a list of tuples of strings, [(key, value), ...]. |
| |
isuper(self,
iface,
adapter)
Forward isuper to self.original (inherited from Adapter)
|
| |
loadContinuations(self,
cont)
Take the result of a getContinuations() call and populate
self.original. |
| |
loaditem_class(self,
kv,
vv)
|
| |
loaditem_oid(self,
kv,
vv)
|
| |
loadItems(self,
items,
toplevel)
Take the result of a getItems() call and populate self.original. |
| |
postLoad(self)
|
| |
preLoad(self)
|