|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.web.bindery.event.shared.Event<H> com.google.gwt.event.shared.GwtEvent<Window.ScrollHandler> com.google.gwt.user.client.Window.ScrollEvent
public static class Window.ScrollEvent
Fired when the browser window is scrolled.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
---|
GwtEvent.Type<H> |
Field Summary | |
---|---|
(package private) static GwtEvent.Type<Window.ScrollHandler> |
TYPE
The event type. |
Method Summary | |
---|---|
protected void |
dispatch(Window.ScrollHandler handler)
Should only be called by HandlerManager . |
GwtEvent.Type<Window.ScrollHandler> |
getAssociatedType()
Returns the Event.Type used to register this event, allowing an
EventBus to find handlers of the appropriate class. |
int |
getScrollLeft()
Gets the window's scroll left. |
int |
getScrollTop()
Get the window's scroll top. |
(package private) static GwtEvent.Type<Window.ScrollHandler> |
getType()
|
Methods inherited from class com.google.gwt.event.shared.GwtEvent |
---|
assertLive, getSource, isLive, kill, revive |
Methods inherited from class com.google.web.bindery.event.shared.Event |
---|
setSource, toDebugString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
static final GwtEvent.Type<Window.ScrollHandler> TYPE
Method Detail |
---|
static GwtEvent.Type<Window.ScrollHandler> getType()
public final GwtEvent.Type<Window.ScrollHandler> getAssociatedType()
Event
Event.Type
used to register this event, allowing an
EventBus
to find handlers of the appropriate class.
getAssociatedType
in class GwtEvent<Window.ScrollHandler>
public int getScrollLeft()
public int getScrollTop()
protected void dispatch(Window.ScrollHandler handler)
GwtEvent
HandlerManager
. In other words, do not use
or call.
dispatch
in class GwtEvent<Window.ScrollHandler>
handler
- handlerEventBus.dispatchEvent(Event, Object)
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |