com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll
Class HandlesAllWheelScrollEvents
java.lang.Object
com.maryanovsky.gwtutils.client.ui.mouse.gestures.wheelscroll.HandlesAllWheelScrollEvents
- All Implemented Interfaces:
- EventHandler, WheelScrollDownHandler, WheelScrollUpHandler
public abstract class HandlesAllWheelScrollEvents
- extends Object
- implements WheelScrollUpHandler, WheelScrollDownHandler
Receiver used to handle all mouse wheel scroll events.
- Author:
- Maryanovsky Alexander
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HandlesAllWheelScrollEvents
public HandlesAllWheelScrollEvents()
handle
public HandlerRegistration handle(HasAllWheelScrollHandlers source)
- Convenience method to handle all mouse wheel scroll events from a source.
handle
public static <H extends WheelScrollUpHandler & WheelScrollDownHandler> HandlerRegistration handle(HasAllWheelScrollHandlers source,
H receiver)
- Convenience method to handle all mouse wheel scroll events from a source.