Uses of Interface
com.google.gwt.event.dom.client.ScrollHandler
-
Packages that use ScrollHandler 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 ScrollHandler in com.google.gwt.event.dom.client
Methods in com.google.gwt.event.dom.client that return types with arguments of type ScrollHandler Modifier and Type Method Description DomEvent.Type<ScrollHandler>
ScrollEvent. getAssociatedType()
static DomEvent.Type<ScrollHandler>
ScrollEvent. getType()
Gets the event type associated with scroll events.Methods in com.google.gwt.event.dom.client with parameters of type ScrollHandler Modifier and Type Method Description HandlerRegistration
HasScrollHandlers. addScrollHandler(ScrollHandler handler)
Adds aScrollEvent
handler.protected void
ScrollEvent. dispatch(ScrollHandler handler)
-
Uses of ScrollHandler in com.google.gwt.user.client.ui
Classes in com.google.gwt.user.client.ui that implement ScrollHandler Modifier and Type Class Description static class
ListenerWrapper.WrappedScrollListener
Deprecated.Wrapper for aScrollListener
.Methods in com.google.gwt.user.client.ui with parameters of type ScrollHandler Modifier and Type Method Description HandlerRegistration
AbstractNativeScrollbar. addScrollHandler(ScrollHandler handler)
HandlerRegistration
ScrollPanel. addScrollHandler(ScrollHandler handler)
-