Uses of Interface
com.google.gwt.event.dom.client.HasScrollHandlers
-
Packages that use HasScrollHandlers Package Description com.google.gwt.user.client.ui 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.ui Modifier and Type Interface Description interfaceHasScrollingImplemented by widgets that support scrolling.interfaceHorizontalScrollbarDescribes a horizontal scrollbar.interfaceVerticalScrollbarDescribes a vertical scrollbar.Classes in com.google.gwt.user.client.ui that implement HasScrollHandlers Modifier and Type Class Description classAbstractNativeScrollbarAbstract parent class for scrollbars implemented using the native browser scrollbars.classCustomScrollPanelA custom version of theScrollPanelthat allows user provided scrollbars.classNativeHorizontalScrollbarA horizontal scrollbar implemented using the browsers native scrollbar.classNativeVerticalScrollbarA vertical scrollbar implemented using the browsers native scrollbar.classScrollPanelA simple panel that wraps its contents in a scrollable area.Methods in com.google.gwt.user.client.ui with parameters of type HasScrollHandlers Modifier and Type Method Description static ListenerWrapper.WrappedScrollListenerListenerWrapper.WrappedScrollListener. add(HasScrollHandlers source, ScrollListener listener)Deprecated.will be removed in GWT 2.0 along with the listener classes
-