public final class BodyScrollEvent extends GridEvent<BodyScrollEvent.BodyScrollHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
BodyScrollEvent.BodyScrollHandler |
static interface |
BodyScrollEvent.HasBodyScrollHandlers |
GwtEvent.Type<H>| Constructor and Description |
|---|
BodyScrollEvent(int scrolLeft,
int scrollTop) |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<BodyScrollEvent.BodyScrollHandler> |
getAssociatedType() |
Event |
getEvent() |
int |
getScrollLeft() |
int |
getScrollTop() |
static GwtEvent.Type<BodyScrollEvent.BodyScrollHandler> |
getType() |
public static GwtEvent.Type<BodyScrollEvent.BodyScrollHandler> getType()
public GwtEvent.Type<BodyScrollEvent.BodyScrollHandler> getAssociatedType()
getAssociatedType in class GwtEvent<BodyScrollEvent.BodyScrollHandler>public Event getEvent()
public int getScrollLeft()
public int getScrollTop()
Copyright © 2012. All Rights Reserved.