Class Index | File Index

Classes


Class zwt.event.WheelEvent


Extends zwt.event.UIEvent.

A wheel event object is emitted when a wheel event occurs.


Defined in: WheelEvent.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
zwt.event.WheelEvent(event, zwt_ui_Widget_widget, int_type)
Construct a wheel event.
Field Summary
Field Attributes Field Name and Description
<static>  
zwt.event.WheelEvent.WHEEL
Constant used to indicate a wheel event
Method Summary
Method Attributes Method Name and Description
 
Return the wheel delta.
Methods borrowed from class zwt.event.UIEvent:
getBrowserEvent, getBrowserEventTarget, getReturn, getWidget, setReturn
Methods borrowed from class zwt.event.Event:
getType, isCancelBubble, setCancelBubble, touch
Class Detail
zwt.event.WheelEvent(event, zwt_ui_Widget_widget, int_type)
Construct a wheel event.
Author: Jeremy KUHN.
Parameters:
{Event} event
The javaScript event object
{zwt.ui.Widget} zwt_ui_Widget_widget
The widget linked to the event
{Integer} int_type
The event type
Field Detail
<static> {Integer} zwt.event.WheelEvent.WHEEL
Constant used to indicate a wheel event
Method Detail
{Integer} getDelta()
Return the wheel delta.
Returns:
The wheel delta

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