Class Index | File Index

Classes


Class zwt.event.WindowKeyboardEventManager


Extends zwt.event.UIEventManager.

A window keyboard event manager is used by a widget to process keyboard events and dispatch them to the appropriate handlers.

Handlers are methods previously registered on the event manager to handle a specific type of event. A typical handler method has two input parameters: the object that triggered the event and the event.


Defined in: WindowKeyboardEventManager.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
zwt.event.WindowKeyboardEventManager(zwt_ui_Widget_widget)
Construct a window keyboard event manager and attach it to the specified widget.
Methods borrowed from class zwt.event.UIEventManager:
finalizeEventHandling, registerElement
Methods borrowed from class zwt.event.EventManager:
addHandler, addHandlers, onEvent, removeHandler, removeHandlers
Class Detail
zwt.event.WindowKeyboardEventManager(zwt_ui_Widget_widget)
Construct a window keyboard event manager and attach it to the specified widget.
Author: Jeremy KUHN.
Parameters:
{zwt.ui.Widget} zwt_ui_Widget_widget
The widget to monitor
See:
zwt.event.KeyboardEvent

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Nov 09 2011 19:29:07 GMT+0100 (CET)