Class IWMouseWheelAdapter
This class is used to transform a mouse event into a browser independent mouse event.
Constructor Summary |
IWMouseWheelAdapter(map, container)
This adapter class transforms a platform dependent mouse event into a platform independent mouse event.
|
Method Summary
|
String
|
toString()
Returns a string representation.
|
Event Summary
|
void
|
triggerOnMouseWheel(event)
The onmousewheel event is fired when the mouse wheel is used in the specified container.
Register an event listener with
IWEventManager.addListener(yourMouseWheelAdapter, 'onmousewheel', yourHandlerMethod(event));
to receive this event.
|
IWMouseWheelAdapter
IWMouseWheelAdapter(map, container)
This adapter class transforms a platform dependent mouse event into a platform independent mouse event.
Parameters:
HTMLDivElement container
- the container to catch onmousewheel and DOMMouseScroll events
toString
String toString()
Returns a string representation.
triggerOnMouseWheel
void triggerOnMouseWheel(event)
The onmousewheel event is fired when the mouse wheel is used in the specified container.
Register an event listener with
IWEventManager.addListener(yourMouseWheelAdapter, 'onmousewheel', yourHandlerMethod(event));
to receive this event.
Source-Code Copyright 2007-2016 infoware GmbH - Documentation generated on Tue Nov 29 2022 14:20:15 GMT+0100 (MEZ)