Package elisa :: Package plugins :: Package bad :: Package xmlmenu :: Package actions :: Module viewimage_action :: Class ViewimageAction
[hide private]
[frames] | no frames]

Class ViewimageAction




Nested Classes [hide private]

Inherited from core.component.Component: __metaclass__

Instance Methods [hide private]
 
__call__(self, controller, origin='frontend')
DOCME
 
__init__(self)
Lazily set name from class name styled with underscores (class ComponentBar -> name component_bar.

Inherited from core.component.Component: clean, initialize, 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__

Static Methods [hide private]

Inherited from core.component.Component: __classinit__

Class Variables [hide private]
string name = 'viewimage_action'
Component's name

Inherited from base_components.action.Action: label

Inherited from core.component.Component: checked, config_doc, default_config, id, plugin

Inherited from extern.log.log.Loggable: logCategory

Instance Variables [hide private]

Inherited from base_components.action.Action: supported_file_types

Inherited from core.component.Component: config, path

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__call__(self, controller, origin='frontend')
(Call operator)

 
DOCME
Overrides: base_components.action.Action.__call__
(inherited documentation)

__init__(self)
(Constructor)

 
Lazily set name from class name styled with underscores (class ComponentBar -> name component_bar. Also set log category based on component name, with a 'comp_' prefix.
Overrides: core.component.Component.__init__
(inherited documentation)