com.vaadin.client.data.

Class AbstractRemoteDataSource.RequestRowsCallback<T>

  • java.lang.Object
    • com.vaadin.client.data.AbstractRemoteDataSource.RequestRowsCallback<T>
    • Constructor Detail

      • RequestRowsCallback

        protected RequestRowsCallback​(AbstractRemoteDataSource<T> source,
                                      Range requestedRange)

        Creates a new callback

        Parameters:

        source - the data source for which the request is made

        requestedRange - the requested row range

    • Method Detail

      • getRequestedRange

        public Range getRequestedRange()

        Gets the range of rows that was requested.

        Returns:

        the requsted row range