Interface ListGridNextPageEventHandler
- All Superinterfaces:
BrowserEventHandler
ListGrid next page event handler interface
- Since:
- 4.0
- Author:
- JBStrap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
ListGrid next page event handler
-
Method Details
-
onNextPageRequest
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:
-