Uses of Interface
com.google.gwt.event.dom.client.MouseWheelHandler
-
Packages that use MouseWheelHandler Package Description com.google.gwt.event.dom.client Types related to DOM events.com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes. -
-
Uses of MouseWheelHandler in com.google.gwt.event.dom.client
Classes in com.google.gwt.event.dom.client that implement MouseWheelHandler Modifier and Type Class Description classHandlesAllMouseEventsReceiver used to handle all mouse events at once.Methods in com.google.gwt.event.dom.client with type parameters of type MouseWheelHandler Modifier and Type Method Description static <H extends MouseDownHandler & MouseUpHandler & MouseOutHandler & MouseOverHandler & MouseMoveHandler & MouseWheelHandler>
voidHandlesAllMouseEvents. handle(HasAllMouseHandlers source, H reciever)Convenience method used to handle all mouse events from an event source.Methods in com.google.gwt.event.dom.client that return types with arguments of type MouseWheelHandler Modifier and Type Method Description DomEvent.Type<MouseWheelHandler>MouseWheelEvent. getAssociatedType()static DomEvent.Type<MouseWheelHandler>MouseWheelEvent. getType()Gets the event type associated with mouse wheel events.Methods in com.google.gwt.event.dom.client with parameters of type MouseWheelHandler Modifier and Type Method Description HandlerRegistrationHasMouseWheelHandlers. addMouseWheelHandler(MouseWheelHandler handler)Adds aMouseWheelEventhandler.protected voidMouseWheelEvent. dispatch(MouseWheelHandler handler) -
Uses of MouseWheelHandler in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement MouseWheelHandler Modifier and Type Class Description static classListenerWrapper.WrappedMouseWheelListenerDeprecated.Wrapper for aMouseWheelListener.Methods in com.google.gwt.user.client.ui with parameters of type MouseWheelHandler Modifier and Type Method Description HandlerRegistrationFocusPanel. addMouseWheelHandler(MouseWheelHandler handler)HandlerRegistrationFocusWidget. addMouseWheelHandler(MouseWheelHandler handler)HandlerRegistrationImage. addMouseWheelHandler(MouseWheelHandler handler)HandlerRegistrationLabel. addMouseWheelHandler(MouseWheelHandler handler)HandlerRegistrationTree. addMouseWheelHandler(MouseWheelHandler handler)
-