Package elisa :: Package plugins :: Package base :: Package models :: Module menu_node_model :: Class MenuNodeModel
[hide private]
[frames] | no frames]

Class MenuNodeModel

source code


Modelize a menu node.

DOCME more.

Nested Classes [hide private]

Inherited from core.component.Component: __metaclass__

Instance Methods [hide private]

Inherited from base_components.model.Model: __init__

Inherited from core.component.Component: clean, initialize, load_config, save_config

Inherited from core.observers.observable.Observable: __setattr__, add_observer, remove_observer

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__, __str__

Static Methods [hide private]

Inherited from core.component.Component: __classinit__

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

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

Inherited from extern.log.log.Loggable: logCategory

Instance Variables [hide private]
string or elisa.extern.translator.Translatable text = ''
label of the node
string or elisa.extern.translator.Translatable sub_text = ''
second label of the node
string theme_icon = 'unknown_icon'
identifier of the icon used for the node
elisa.core.media_uri.MediaUri thumbnail_source = 'frontend'
URI of a picture thumbnailed for the node; optional
boolean has_children = True
True if the node has children nodes, False otherwise
elisa.core.media_uri.MediaUri uri = 'frontend'
URI of the media represented by the node
elisa.plugins.base.list_model.ListModel children = 'frontend'
list containing all the child models

Inherited from base_components.model.Model: activate_action, activity, loading, parent

Inherited from core.component.Component: config, path

Properties [hide private]

Inherited from object: __class__