Interface ListGridFetchDone


public interface ListGridFetchDone
Event handler interface for query finished event.
Since:
4.0
Author:
JBStrap
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The method is called if the ListGrid has completed retrieving data from the database.
  • Method Details

    • onFetchDone

      void onFetchDone()
      The method is called if the ListGrid has completed retrieving data from the database.