Interface ListGridNextPageEventHandler

All Superinterfaces:
BrowserEventHandler

public interface ListGridNextPageEventHandler extends BrowserEventHandler
ListGrid next page event handler interface
Since:
4.0
Author:
JBStrap
  • Method Details

    • onNextPageRequest

      void onNextPageRequest(ListGridNextPageRequestEvent event)

      ListGrid next page event handler

      The event handler will be called, when the ListGrid component requires the data from the following page. This happens, when the component is in the Lazy Fetch mode, and the user scrolls to the bottom of the currently displayed component. Then the component will trigger the event, and fetches the additional data to be displayed.

      Parameters:
      event - The event object
      See Also: