Class DataAvailableEvent


  • public class DataAvailableEvent
    extends com.google.gwt.event.shared.GwtEvent<DataAvailableHandler>
    Event object describing a change of row availability in DataSource of a Grid.
    Since:
    7.4
    Author:
    Vaadin Ltd
    • Constructor Detail

      • DataAvailableEvent

        public DataAvailableEvent​(Range rowsAvailable)
    • Method Detail

      • getAvailableRows

        public Range getAvailableRows()
        Returns the range of available rows in DataSource for this event.
        Returns:
        range of available rows
      • getAssociatedType

        public com.google.gwt.event.shared.GwtEvent.Type<DataAvailableHandler> getAssociatedType()
        Specified by:
        getAssociatedType in class com.google.gwt.event.shared.GwtEvent<DataAvailableHandler>