Package flumotion :: Package component :: Package base :: Module multiple :: Class MultipleComponentsAdminGtk
[hide private]

Class MultipleComponentsAdminGtk

source code

extern.log.log.Loggable --+
                          |
                         MultipleComponentsAdminGtk

I am a view of multiple components' properties.

Instance Methods [hide private]
 
__init__(self, multistate, admin) source code
 
cleanup(self) source code
 
setUIState(self, state, widget) source code
 
callRemote(self, methodName, *args, **kwargs) source code
 
getWidget(self) source code
 
stateSet(self, object, key, value) source code

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

Class Variables [hide private]
  logCategory = 'admingtk'
Implementors can provide a category to log their messages under.
  gettextDomain = None
hash(x)

Inherited from extern.log.log.Loggable: __implemented__

Method Details [hide private]

__init__(self, multistate, admin)
(Constructor)

source code 
Parameters:
  • multistate ({f.a.g.c.MultipleAdminComponentStates}) - state of component this is a UI for
  • admin (flumotion.admin.admin.AdminModel) - the admin model that interfaces with the manager for us