Class KeyRowInsertCommandHandler<T>

    • Constructor Detail

      • KeyRowInsertCommandHandler

        public KeyRowInsertCommandHandler​(List<T> bodyData,
                                          CellKeyHandler<?> keyHandler)
        Parameters:
        bodyData - The backing data list on which the delete operation should be performed. Should be the same list that is used by the data provider.
        keyHandler - The CellKeyHandler that is used to generate the key for the dataChanges which is later used to identify the row again.