Class GridTableUtils


  • public class GridTableUtils
    extends Object
    Author:
    Andrei Ostrovski, Yury Molchan
    • Method Detail

      • getOriginalTable

        public static IGridTable getOriginalTable​(IGridTable table)
        Extracts original table.
        Parameters:
        table - Table.
        Returns:
        Original table if table is decorator and current table otherwise.
      • getGridRegions

        public static List<IGridRegion> getGridRegions​(ILogicalTable table)
        Returns all regions of a table.
        Parameters:
        table - the table with regions.
        Returns:
        a the regions of the table.
      • isSingleCellTable

        public static boolean isSingleCellTable​(ILogicalTable table)