Package | Description |
---|---|
com.google.gwt.user.client |
Fundamental user-interface classes used in client-side GWT code.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
BaseListenerWrapper.WrapWindowScroll
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
(package private) static GwtEvent.Type<Window.ScrollHandler> |
Window.ScrollEvent.TYPE
The event type.
|
Modifier and Type | Method and Description |
---|---|
GwtEvent.Type<Window.ScrollHandler> |
Window.ScrollEvent.getAssociatedType() |
(package private) static GwtEvent.Type<Window.ScrollHandler> |
Window.ScrollEvent.getType() |
Modifier and Type | Method and Description |
---|---|
static HandlerRegistration |
Window.addWindowScrollHandler(Window.ScrollHandler handler)
Adds a
Window.ScrollEvent handler. |
protected void |
Window.ScrollEvent.dispatch(Window.ScrollHandler handler) |