Uses of Interface
com.google.gwt.event.dom.client.HasScrollHandlers
Packages that use HasScrollHandlers
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of HasScrollHandlers in com.google.gwt.user.client.ui
Subinterfaces of HasScrollHandlers in com.google.gwt.user.client.uiModifier and TypeInterfaceDescriptioninterfaceImplemented by widgets that support scrolling.interfaceDescribes a horizontal scrollbar.interfaceDescribes a vertical scrollbar.Classes in com.google.gwt.user.client.ui that implement HasScrollHandlersModifier and TypeClassDescriptionclassAbstract parent class for scrollbars implemented using the native browser scrollbars.classA custom version of theScrollPanelthat allows user provided scrollbars.classA horizontal scrollbar implemented using the browsers native scrollbar.classA vertical scrollbar implemented using the browsers native scrollbar.classA simple panel that wraps its contents in a scrollable area.Methods in com.google.gwt.user.client.ui with parameters of type HasScrollHandlersModifier and TypeMethodDescriptionListenerWrapper.WrappedScrollListener.add(HasScrollHandlers source, ScrollListener listener) Deprecated.will be removed in GWT 2.0 along with the listener classes