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 TypeInterfaceDescriptioninterface
Implemented by widgets that support scrolling.interface
Describes a horizontal scrollbar.interface
Describes a vertical scrollbar.Classes in com.google.gwt.user.client.ui that implement HasScrollHandlersModifier and TypeClassDescriptionclass
Abstract parent class for scrollbars implemented using the native browser scrollbars.class
A custom version of theScrollPanel
that allows user provided scrollbars.class
A horizontal scrollbar implemented using the browsers native scrollbar.class
A vertical scrollbar implemented using the browsers native scrollbar.class
A 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