Interface MetaInfoReader

    • Method Detail

      • getMetaInfo

        CellMetaInfo getMetaInfo​(int row,
                                 int col)
        Get meta info for a given row and column.
        Parameters:
        row - row
        col - column
        Returns:
        meta info
      • prepare

        void prepare​(IGridRegion region)
        Preliminary load meta info for a given region. For a big tables it's a part of the table, meta info for full table not needed in this case. If this method wasn't invoked before getMetaInfo(int, int), then meta info for full table can be loaded.
        Parameters:
        region - region to load meta info