Lines Matching refs:runHooks
5036 this.hot.runHooks('afterPluginsInitialized');
6924 this.instance.runHooks('afterBeginEditing', this.row, this.col);
14608 …var result = instance.runHooks('beforeAutofillInsidePopulate', index, direction, input, deltas, {}…
14683 instance.runHooks('afterSelectionEnd', sel[0], sel[1], sel[2], sel[3]);
14684 …instance.runHooks('afterSelectionEndByProp', sel[0], instance.colToProp(sel[1]), sel[2], instance.…
14704 instance.runHooks('beforeSetRangeStart', coords);
14717 instance.runHooks('beforeSetRangeStartOnly', coords);
14745 instance.runHooks('beforeSetRangeEnd', coords);
14785 …instance.runHooks('afterSelection', priv.selRange.from.row, priv.selRange.from.col, priv.selRange.…
14786 …instance.runHooks('afterSelectionByProp', priv.selRange.from.row, datamap.colToProp(priv.selRange.…
14849 modifier = instance.runHooks('afterIsMultipleSelection', isMultiple);
14869 instance.runHooks('modifyTransformStart', delta);
14917 instance.runHooks('afterModifyTransformStart', coords, rowTransformDir, colTransformDir);
14933 instance.runHooks('modifyTransformEnd', delta);
14954 instance.runHooks('afterModifyTransformEnd', coords, rowTransformDir, colTransformDir);
15001 instance.runHooks('afterDeselect');
15044 instance.runHooks('beforeInit');
15057 instance.runHooks('init');
15061 instance.runHooks('afterChange', priv.firstRun[0], priv.firstRun[1]);
15064 instance.runHooks('afterInit');
15160 beforeChangeResult = instance.runHooks('beforeChange', changes, source);
15228 instance.runHooks('beforeChangeRender', changes, source);
15231 instance.runHooks('afterChange', changes, source || 'edit');
15264 …value = instance.runHooks('beforeValidate', value, cellProperties.visualRow, cellProperties.prop, …
15269 …valid = instance.runHooks('afterValidate', valid, value, cellProperties.visualRow, cellProperties.…
15273 …instance.runHooks('postAfterValidate', valid, value, cellProperties.visualRow, cellProperties.prop…
15329 instance.runHooks('afterSetDataAtCell', changes, source);
15363 instance.runHooks('afterSetDataAtRowProp', changes, source);
15622 instance.runHooks('afterLoadData', priv.firstRun);
15627 instance.runHooks('afterChange', null, 'loadData');
15820 instance.runHooks('afterCellMetaReset');
15880 instance.runHooks('afterUpdateSettings', settings);
16362 var hookResult = instance.runHooks('beforeRemoveCellMeta', row, col, key, cachedValue);
16367 instance.runHooks('afterRemoveCellMeta', row, col, key, cachedValue);
16441 instance.runHooks('afterSetCellMeta', row, col, key, val);
16494 instance.runHooks('beforeGetCellMeta', row, col, cellProperties);
16506 instance.runHooks('afterGetCellMeta', row, col, cellProperties);
16633 row = instance.runHooks('modifyRowHeader', row);
16698 col = instance.runHooks('modifyColHeader', col);
16724 col = instance.runHooks('modifyCol', col);
16794 width = instance.runHooks('modifyColWidth', width, col);
16855 height = instance.runHooks('modifyRowHeight', height, row);
16869 var sourceLength = instance.runHooks('modifySourceLength');
17034 row = instance.runHooks('modifyRow', i);
17257 instance.runHooks('afterDestroy');
17424 this.runHooks = function (key, p1, p2, p3, p4, p5, p6) {
30337 return this.hot.runHooks('unmodifyRow', row);
30350 return this.hot.runHooks('unmodifyCol', column);
30389 return this.hot.runHooks('modifyRow', row);
30402 return this.hot.runHooks('modifyCol', column);
33409 col = this.instance.runHooks('modifyCol', col);
33431 col = this.instance.runHooks('unmodifyCol', col);
33474 this.instance.runHooks('beforeCreateRow', index, amount, source);
33508 this.instance.runHooks('afterCreateRow', index, numberOfCreatedRows, source);
33540 this.instance.runHooks('beforeCreateCol', index, amount, source);
33573 this.instance.runHooks('afterCreateCol', index, numberOfCreatedCols, source);
33596 amount = this.instance.runHooks('modifyRemovedAmount', amount, index);
33601 …var actionWasNotCancelled = this.instance.runHooks('beforeRemoveRow', index, amount, logicRows, so…
33617 this.instance.runHooks('afterRemoveRow', index, amount, logicRows, source);
33648 …var actionWasNotCancelled = this.instance.runHooks('beforeRemoveCol', index, amount, logicColumns,…
33680 this.instance.runHooks('afterRemoveCol', index, amount, logicColumns, source);
33746 var continueSplicing = this.instance.runHooks('beforeDataSplice', index, amount, element);
33762 var continueSplicing = this.instance.runHooks('beforeDataFilter', index, amount, physicalRows);
33780 row = this.instance.runHooks('modifyRow', row);
33784 var modifiedRowData = this.instance.runHooks('modifyRowData', row);
33829 this.instance.runHooks('modifyData', row, this.propToCol(prop), valueHolder, 'get');
33864 row = this.instance.runHooks('modifyRow', row, source || 'datamapGet');
33868 var modifiedRowData = this.instance.runHooks('modifyRowData', row);
33876 this.instance.runHooks('modifyData', row, this.propToCol(prop), valueHolder, 'set');
33925 row = this.instance.runHooks('modifyRow', physicRow);
33948 var col = this.instance.runHooks('modifyCol', physicalCol);
34007 row = _this2.instance.runHooks('modifyRow', row);
34077 var physicalRow = this.instance.runHooks('modifyRow', r);
34289 var modifyRowData = this.hot.runHooks('modifyRowData', row);
34503 instance.runHooks('beforeKeyDown', event);
34686 instance.runHooks('afterDocumentKeyDown', event);
34752 originalValue = instance.getSourceDataAtCell(instance.runHooks('modifyRow', row), col);
38072 … this.hot.runHooks('modifyAutofillRange', cornersOfSelectedCells, cornersOfSelectionAndDragAreas);
38079 this.hot.runHooks('beforeAutofill', startOfDragCoords, endOfDragCoords, selectionData);
39033 _this2.hot.runHooks('afterContextMenuDefaultOptions', predefinedItems);
39042 _this2.hot.runHooks('beforeContextMenuSetItems', menuItems);
39231 this.hot.runHooks('afterContextMenuShow', this);
39244 this.hot.runHooks('afterContextMenuHide', this);
40486 this.runHooks('beforeCellAlignment', stateBefore, range, type, alignment);
40526 this.runHooks('beforeCellAlignment', stateBefore, range, type, alignment);
40566 this.runHooks('beforeCellAlignment', stateBefore, range, type, alignment);
40606 this.runHooks('beforeCellAlignment', stateBefore, range, type, alignment);
40647 this.runHooks('beforeCellAlignment', stateBefore, range, type, alignment);
40687 this.runHooks('beforeCellAlignment', stateBefore, range, type, alignment);
40727 this.runHooks('beforeCellAlignment', stateBefore, range, type, alignment);
41428 this.copyableRanges = this.hot.runHooks('modifyCopyableRange', this.copyableRanges);
41435 …this.hot.runHooks('afterCopyLimit', endRow - startRow + 1, endCol - startCol + 1, this.rowsLimit, …
41538 var allowCopying = !!this.hot.runHooks('beforeCopy', rangedData, this.copyableRanges);
41548 this.hot.runHooks('afterCopy', rangedData, this.copyableRanges);
41565 var allowCuttingOut = !!this.hot.runHooks('beforeCut', rangedData, this.copyableRanges);
41576 this.hot.runHooks('afterCut', rangedData, this.copyableRanges);
41679 var allowPasting = !!this.hot.runHooks('beforePaste', inputArray, this.copyableRanges);
41722 this.hot.runHooks('afterPaste', inputArray, this.copyableRanges);
42921 var beforeColumnHook = this.hot.runHooks('beforeColumnMove', columns, target);
42944 this.hot.runHooks('afterColumnMove', columns, target);
43036 this.hot.runHooks('persistentStateSave', 'manualColumnMove', this.columnsMapper._arrayMap);
43050 this.hot.runHooks('persistentStateLoad', 'manualColumnMove', storedState);
43456 … _this5.removedColumns.push(_this5.hot.runHooks('modifyCol', removedIndex, _this5.pluginName));
43851 this.hot.runHooks('persistentStateSave', 'manualColumnWidths', this.manualColumnWidths);
43865 this.hot.runHooks('persistentStateLoad', 'manualColumnWidths', storedState);
44068 … var hookNewSize = _this4.hot.runHooks('beforeColumnResize', selectedCol, _this4.newSize, true);
44086 _this4.hot.runHooks('afterColumnResize', selectedCol, _this4.newSize, true);
44179 _this7.hot.runHooks('beforeColumnResize', selectedCol, _this7.newSize);
44187 _this7.hot.runHooks('afterColumnResize', selectedCol, _this7.newSize);
44255 column = this.hot.runHooks('modifyCol', column);
44271 column = this.hot.runHooks('modifyCol', column);
44289 column = this.hot.runHooks('modifyCol', column);
44615 var beforeMoveHook = this.hot.runHooks('beforeRowMove', rows, target);
44638 this.hot.runHooks('afterRowMove', rows, target);
44742 this.hot.runHooks('persistentStateSave', 'manualRowMove', this.rowsMapper._arrayMap);
44757 this.hot.runHooks('persistentStateLoad', 'manualRowMove', storedState);
45171 … _this5.removedRows.push(_this5.hot.runHooks('modifyRow', removedIndex, _this5.pluginName));
45667 this.hot.runHooks('persistentStateSave', 'manualRowHeights', this.manualRowHeights);
45681 this.hot.runHooks('persistentStateLoad', 'manualRowHeights', storedState);
45872 var hookNewSize = _this4.hot.runHooks('beforeRowResize', selectedRow, _this4.newSize, true);
45884 _this4.hot.runHooks('afterRowResize', selectedRow, _this4.newSize, true);
45976 var runHooks = function runHooks(selectedRow, forceRender) { function
45977 _this7.hot.runHooks('beforeRowResize', selectedRow, _this7.newSize);
45985 _this7.hot.runHooks('afterRowResize', selectedRow, _this7.newSize);
45996 runHooks(selectedRow);
46001 runHooks(selectedRow, true);
46046 row = this.hot.runHooks('modifyRow', row);
46068 row = this.hot.runHooks('modifyRow', row);
48262 instance.runHooks('afterGetRowHeaderRenderers', headerRenderers);
48274 instance.runHooks('afterGetColumnHeaderRenderers', headerRenderers);
48286 value = that.instance.runHooks('beforeValueRender', value);
48289 that.instance.runHooks('beforeRenderer', TD, row, col, prop, value, cellProperties);
48291 that.instance.runHooks('afterRenderer', TD, row, col, prop, value, cellProperties);
48309 instance.runHooks('beforeOnCellMouseDown', event, coords, TD, blockCalculations);
48397 instance.runHooks('afterOnCellMouseDown', event, coords, TD);
48402 instance.runHooks('beforeOnCellMouseOut', event, coords, TD);
48408 instance.runHooks('afterOnCellMouseOut', event, coords, TD);
48419 instance.runHooks('beforeOnCellMouseOver', event, coords, TD, blockCalculations);
48447 instance.runHooks('afterOnCellMouseOver', event, coords, TD);
48452 instance.runHooks('beforeOnCellMouseUp', event, coords, TD);
48454 instance.runHooks('afterOnCellMouseUp', event, coords, TD);
48459 instance.runHooks('afterOnCellCornerMouseDown', event);
48463 instance.runHooks('afterOnCellCornerDblClick', event);
48472 instance.runHooks('afterScrollVertically');
48475 instance.runHooks('afterScrollHorizontally');
48478 instance.runHooks('beforeDrawBorders', corners, borderClassName);
48481 instance.runHooks('beforeTouchScroll');
48484 instance.runHooks('afterMomentumScroll');
48487 return instance.runHooks('beforeStretchingColumnWidth', stretchedWidth, column);
48490 return instance.runHooks('modifyRowHeaderWidth', rowHeaderWidth);
48510 instance.runHooks('afterViewportRowCalculatorOverride', calc);
48530 instance.runHooks('afterViewportColumnCalculatorOverride', calc);
48536 var columnHeaderHeight = instance.runHooks('modifyColumnHeaderHeight');
48541 instance.runHooks('beforeInitWalkontable', walkontableConfig);
48641 this.instance.runHooks('beforeRender', this.instance.forceFullRender, skipRender);
48648 this.instance.runHooks('afterRender', this.instance.forceFullRender);
48712 this.instance.runHooks('afterGetRowHeader', row, TH);
48742 this.instance.runHooks('afterGetColHeader', col, TH);
49079 var row = this.instance.runHooks('unmodifyRow', this.row);
49080 var column = this.instance.runHooks('unmodifyCol', this.col);
49210 var row = this.instance.runHooks('unmodifyRow', this.row);
49211 var column = this.instance.runHooks('unmodifyCol', this.col);