Trees | Index | Help |
---|
Package flumotion :: Package component :: Package base :: Module admin_text :: Class BaseAdminText |
|
Loggable
--+
|
BaseAdminText
Method Summary | |
---|---|
| |
callRemote(self,
methodName,
*args,
**kwargs)
| |
getCompletions(self,
input)
| |
Get the value of the given property of the element with the given name. | |
Override this method to be notified of component's properties that have changed. | |
propertyErrback(self,
failure,
window)
| |
runCommand(self,
command)
| |
Set the given property on the element with the given name. | |
Set up the admin view so it can display nodes. | |
stateAppend(self,
object,
key,
value)
| |
stateRemove(self,
object,
key,
value)
| |
stateSet(self,
object,
key,
value)
| |
uiStateChanged(self,
stateObject)
| |
Inherited from Loggable | |
Log a debug message. | |
Log an error. | |
Log an informational message. | |
Log a log message. | |
Overridable log function. | |
Overridable object name function. | |
Log a warning. | |
Log a warning about a Failure. |
Class Variable Summary | |
---|---|
tuple |
__implements__ = (<class 'flumotion.twisted.flavors.ISta...
|
str |
admin = 'hello pychecker'
|
str |
logCategory : Implementors can provide a category to log their messages under. |
str |
state = 'hello pychecker'
|
Method Details |
---|
__init__(self,
state,
admin)
|
getElementProperty(self, elementName, propertyName)Get the value of the given property of the element with the given name. Returns:twisted.internet.defer.Deferred returning the
value.
|
propertyChanged(self, name, value)Override this method to be notified of component's properties that have changed. I am meant to be overridden. |
setElementProperty(self, elementName, propertyName, value)Set the given property on the element with the given name. |
setup(self)Set up the admin view so it can display nodes. |
Class Variable Details |
---|
__implements__
|
admin
|
logCategoryImplementors can provide a category to log their messages under.
|
state
|
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Tue Dec 20 15:33:10 2005 | http://epydoc.sf.net |