We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.widget.grid.events.
Class ScrollEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<ScrollHandler>
-
- com.vaadin.client.widget.grid.events.ScrollEvent
-
public class ScrollEvent extends com.google.gwt.event.shared.GwtEvent<ScrollHandler>
An event that signifies that a scrollbar bundle has been scrolled
Since:
7.4
Author:
Vaadin Ltd
-
-
Field Summary
Fields Modifier and Type Field and Description static com.google.gwt.event.shared.GwtEvent.Type<ScrollHandler>
TYPE
The type of this event
-
Constructor Summary
Constructors Constructor and Description ScrollEvent()
-
Method Summary
All Methods Modifier and Type Method and Description protected void
dispatch(ScrollHandler handler)
com.google.gwt.event.shared.GwtEvent.Type<ScrollHandler>
getAssociatedType()
-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Field Detail
-
TYPE
public static final com.google.gwt.event.shared.GwtEvent.Type<ScrollHandler> TYPE
The type of this event
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ScrollHandler> getAssociatedType()
Overrides:
getAssociatedType
in classcom.google.gwt.event.shared.GwtEvent<ScrollHandler>
-
dispatch
protected void dispatch(ScrollHandler handler)
Specified by:
dispatch
in classcom.google.gwt.event.shared.GwtEvent<ScrollHandler>
-
-