|
__init__(self)
Lazily set name from class name styled with underscores (class
ComponentBar -> name component_bar. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clean(self)
Perform some cleanups and save the Component config back to
application's config. |
source code
|
|
|
|
|
|
|
last_animated_panel_widget_selected__get(self) |
source code
|
|
|
attribute_set(self,
origin,
key,
old_value,
new_value)
Called when an attribute of the controller to which it is
connected changes. |
source code
|
|
|
|
Inherited from base_components.view.View :
controller__get ,
controller__set ,
frontend__get ,
frontend__set ,
initialize ,
parent__get ,
parent__set ,
update
Inherited from core.component.Component :
load_config ,
save_config
Inherited from extern.log.log.Loggable :
debug ,
doLog ,
error ,
info ,
log ,
logFunction ,
logObjectName ,
warning ,
warningFailure
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|