Class GridVisibleRangeSupport


  • public class GridVisibleRangeSupport
    extends java.lang.Object
    This support class adds the possibility to get informed when the visual range in the grid is modified. E.g. to implement clever resource management

    This support is provisional and may change

    • Constructor Detail

      • GridVisibleRangeSupport

        private GridVisibleRangeSupport​(Grid grid)
    • Method Detail

      • calculateChange

        private void calculateChange()
      • createFor

        public static GridVisibleRangeSupport createFor​(Grid grid)
        Create a range support for the given grid instance
        Parameters:
        grid - the grid instance the range support is created for
        Returns:
        the created range support