Package elisa :: Package core :: Package tests :: Module elisa_test_case :: Class TestView
[hide private]
[frames] | no frames]

Class TestView

source code


Nested Classes [hide private]

Inherited from component.Component: __metaclass__

Instance Methods [hide private]

Inherited from base_components.view.View: __init__, attribute_set, clean, controller__get, controller__set, controller_changed, frontend__get, frontend__set, frontend_changed, initialize, parent__get, parent__set, update

Inherited from 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__

Static Methods [hide private]

Inherited from component.Component: __classinit__

Class Variables [hide private]
string name = 'elisa_view'
Component's name
  context_path = 'test:elisa_context'
tuple of strings supported_controllers = 'test:elisa_controller',
list of controllers that are compatible with the view identified by their path: 'plugin:controller'

Inherited from base_components.view.View: bindings

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

Inherited from extern.log.log.Loggable: logCategory

Instance Variables [hide private]

Inherited from base_components.view.View: context_handle, controller, frontend, parent

Inherited from component.Component: config, path

Properties [hide private]

Inherited from object: __class__