Package | Description |
---|---|
com.google.gwt.event.dom.client |
Types related to DOM events.
|
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
Modifier and Type | Method and Description |
---|---|
DomEvent.Type<ScrollHandler> |
ScrollEvent.getAssociatedType() |
static DomEvent.Type<ScrollHandler> |
ScrollEvent.getType()
Gets the event type associated with scroll events.
|
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
HasScrollHandlers.addScrollHandler(ScrollHandler handler)
Adds a
ScrollEvent handler. |
protected void |
ScrollEvent.dispatch(ScrollHandler handler) |
Modifier and Type | Class and Description |
---|---|
static class |
ListenerWrapper.WrappedScrollListener
Deprecated.
Wrapper for a
ScrollListener . |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
ScrollPanel.addScrollHandler(ScrollHandler handler) |
HandlerRegistration |
AbstractNativeScrollbar.addScrollHandler(ScrollHandler handler) |