Class SimpleDataChangeHandler

    • Method Detail

      • dataRemoved

        public void dataRemoved​(int firstRowIndex,
                                int numberOfRows)
        Description copied from interface: DataChangeHandler
        Called when rows have been removed from the data source.
        Specified by:
        dataRemoved in interface DataChangeHandler
        Parameters:
        firstRowIndex - the index that the first removed row had prior to removal
        numberOfRows - the number of removed rows
      • dataAdded

        public void dataAdded​(int firstRowIndex,
                              int numberOfRows)
        Description copied from interface: DataChangeHandler
        Called when the new rows have been added to the container.
        Specified by:
        dataAdded in interface DataChangeHandler
        Parameters:
        firstRowIndex - the index of the first added row
        numberOfRows - the number of added rows
      • resetDataAndSize

        public void resetDataAndSize​(int newSize)
        Description copied from interface: DataChangeHandler
        Resets all data and defines a new size for the data.

        This should be used in the cases where the data has changed in some unverifiable way. I.e. "something happened". This will lead to a re-rendering of the current Grid viewport

        Specified by:
        resetDataAndSize in interface DataChangeHandler
        Parameters:
        newSize - the estimated size of the new data set