I am a base class for all GTK+-based Admin views. I am a view on one
component's properties.
|
|
|
|
|
|
|
|
|
|
|
setElementProperty(self,
elementName,
propertyName,
value)
Set the given property on the element with the given name. |
source code
|
|
|
|
|
|
|
| callRemote(self,
methodName,
*args,
**kwargs) |
source code
|
|
|
|
|
|
|
setup(self)
Set up the admin view so it can display nodes. |
source code
|
|
|
|
getNodes(self)
Return a dict of admin UI nodes. |
source code
|
|
|
|
render(self)
Render the GTK+ admin view for this component and return the main
widget for embedding. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from common.log.Loggable:
__providedBy__,
debug,
doLog,
error,
info,
log,
logFunction,
logObjectName,
warning,
warningFailure
|