Package com.google.gwt.event.dom.client
Interface HasScrollHandlers
- All Superinterfaces:
HasHandlers
- All Known Subinterfaces:
HasScrolling,HorizontalScrollbar,VerticalScrollbar
- All Known Implementing Classes:
AbstractNativeScrollbar,CustomScrollPanel,NativeHorizontalScrollbar,NativeVerticalScrollbar,ScrollPanel
A widget that implements this interface provides registration for
ScrollHandler instances.-
Method Summary
Modifier and TypeMethodDescriptionaddScrollHandler(ScrollHandler handler) Adds aScrollEventhandler.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addScrollHandler
Adds aScrollEventhandler.- Parameters:
handler- the scroll handler- Returns:
HandlerRegistrationused to remove this handler
-