Interface IEmptyRowHeightCache

  • All Known Implementing Classes:
    EmptyRowHeightCache

    public interface IEmptyRowHeightCache
    Interface for cached row heights for various column types
    • Method Detail

      • putRowHeight

        void putRowHeight​(Columns columns,
                          int height)
        Put empty row height for specified columns to cache
        Parameters:
        columns - - column type
        height - - height of empty rows for specified column type (in units)
      • getRowHeight

        Integer getRowHeight​(Columns columns)
        Get empty row height for specified columns
        Parameters:
        columns - - column type
        Returns:
        empty row height for specified columns (in units) or null if not cached yet
      • clearCache

        void clearCache()
        Clear cache