Package flumotion :: Package admin :: Package text :: Module admin_text :: Class BaseAdminText
[hide private]

Class BaseAdminText

source code

extern.log.log.Loggable --+
                          |
                         BaseAdminText

I am a base class for all Text-based Admin views. I am a view on one component's properties.

Instance Methods [hide private]
 
__init__(self, state, admin) source code
 
callRemote(self, methodName, *args, **kwargs) source code
 
setup(self)
Set up the admin view so it can display nodes.
source code
 
uiStateChanged(self, stateObject) source code
 
stateSet(self, object, key, value) source code
 
stateAppend(self, object, key, value) source code
 
stateRemove(self, object, key, value) source code
 
getCompletions(self, input) source code
 
runCommand(self, command) source code
 
__provides__(...)
Special descriptor for class __provides__

Inherited from extern.log.log.Loggable: __providedBy__, debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure, writeMarker

Class Variables [hide private]
  logCategory = 'admintext'
Implementors can provide a category to log their messages under.
  admin = 'hello pychecker'
  state = 'hello pychecker'
  __implemented__ = <implementedBy flumotion.admin.text.admin_te...
Method Details [hide private]

__init__(self, state, admin)
(Constructor)

source code 
Parameters:

__provides__(...)

 
Special descriptor for class __provides__

The descriptor caches the implementedBy info, so that
we can get declarations for objects without instance-specific
interfaces a bit quicker.

Overrides: extern.log.log.Loggable.__provides__

Class Variable Details [hide private]

__implemented__

Value:
<implementedBy flumotion.admin.text.admin_text.BaseAdminText>