wijjit.core.events.HandlerScope

class wijjit.core.events.HandlerScope(*values)[source]

Handler scope enumeration.

Defines the scope at which an event handler operates.

__init__(*args, **kwds)

Attributes

GLOBAL

VIEW

ELEMENT

GLOBAL = 'global'
VIEW = 'view'
ELEMENT = 'element'