Class GridUtil


  • public class GridUtil
    extends Object
    • Constructor Detail

      • GridUtil

        public GridUtil()
    • Method Detail

      • scrollGrid

        public static void scrollGrid​(com.smartgwt.client.widgets.grid.ListGrid listGrid,
                                      GridUtil.EndScrollListener listener)
        Scrolls the grid trying to display all the record and fetch all the data
        Parameters:
        listGrid - the grid to process
        listener - optional listener inoked at the end of the scroll
      • print

        public static void print​(com.smartgwt.client.widgets.grid.ListGrid listGrid)
        Prints a grid
        Parameters:
        listGrid - Grid containing the data
      • exportCSV

        public static void exportCSV​(com.smartgwt.client.widgets.grid.ListGrid listGrid,
                                     boolean allFields)
        Exports into the CSV format the content of a ListGrid.
        Parameters:
        listGrid - Grid containing the data
        allFields - True if all the fields(even if hidden) have to be extracted
      • exportAsCSV

        public static void exportAsCSV​(String content)