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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void endScroll​(com.smartgwt.client.widgets.grid.ListGrid listGrid)
      Invoked when the list grid has been fully scrolled
    • Method Detail

      • endScroll

        void endScroll​(com.smartgwt.client.widgets.grid.ListGrid listGrid)
        Invoked when the list grid has been fully scrolled
        Parameters:
        listGrid - the scrolled grid