Interface GridUtil.EndScrollListener
- Enclosing class:
GridUtil
public static interface GridUtil.EndScrollListener
Listener to inject code at the end of a grid scroll
- Since:
- 8.6.1
- Author:
- Marco Meschieri - LogicalDOC
-
Method Summary
Modifier and TypeMethodDescriptionvoid
endScroll
(com.smartgwt.client.widgets.grid.ListGrid listGrid) Invoked when the list grid has been fully scrolled
-
Method Details
-
endScroll
void endScroll(com.smartgwt.client.widgets.grid.ListGrid listGrid) Invoked when the list grid has been fully scrolled- Parameters:
listGrid
- the scrolled grid
-