Class Index | File Index

Classes


Class zwt.event.WindowWheelEventManager


Extends zwt.event.UIEventManager.

A window wheel event manager is used by a widget to process wheel 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: WindowWheelEventManager.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
zwt.event.WindowWheelEventManager(zwt_ui_Widget_widget)
Construct a window wheel 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.WindowWheelEventManager(zwt_ui_Widget_widget)
Construct a window wheel 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.WheelEvent

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jan 12 2012 02:07:53 GMT+0100 (CET)