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

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent

        com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
    • Field Summary

      Fields
      Modifier and Type Field Description
      static com.google.gwt.event.shared.GwtEvent.Type<ScrollHandler> TYPE

      The type of this event.

    • Constructor Summary

      Constructors
      Constructor Description
      ScrollEvent()  
    • Field Detail

      • TYPE

        public static final com.google.gwt.event.shared.GwtEvent.Type<ScrollHandler> TYPE

        The type of this event.

    • Constructor Detail

      • ScrollEvent

        public ScrollEvent()
    • Method Detail

      • getAssociatedType

        public com.google.gwt.event.shared.GwtEvent.Type<ScrollHandler> getAssociatedType()

        Specified by:

        getAssociatedType in class com.google.gwt.event.shared.GwtEvent<ScrollHandler>

      • dispatch

        protected void dispatch​(ScrollHandler handler)

        Specified by:

        dispatch in class com.google.gwt.event.shared.GwtEvent<ScrollHandler>