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 HandlerRegistrationHasScrollHandlers. addScrollHandler(ScrollHandler handler)Adds aScrollEventhandler.protected voidScrollEvent. 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 classListenerWrapper.WrappedScrollListenerDeprecated.Wrapper for aScrollListener.Methods in com.google.gwt.user.client.ui with parameters of type ScrollHandler Modifier and Type Method Description HandlerRegistrationAbstractNativeScrollbar. addScrollHandler(ScrollHandler handler)HandlerRegistrationScrollPanel. addScrollHandler(ScrollHandler handler)
-