Uses of Interface
com.google.gwt.event.dom.client.HasScrollHandlers
Package
Description
Widgets, Panels, and other user-interface classes.
-
Uses of HasScrollHandlers in com.google.gwt.user.client.ui
Modifier and TypeInterfaceDescriptioninterface
Implemented by widgets that support scrolling.interface
Describes a horizontal scrollbar.interface
Describes a vertical scrollbar.Modifier 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.Modifier and TypeMethodDescriptionListenerWrapper.WrappedScrollListener.add
(HasScrollHandlers source, ScrollListener listener) Deprecated.will be removed in GWT 2.0 along with the listener classes