Lines Matching refs:_this4
5188 var _this4 = this;
5197 _this4[property] = null;
18056 var _this4 = this;
18064 var cellProperties = _this4.hot.getCellMeta(row, column);
18069 var renderer = _this4.hot.getCellRenderer(cellProperties);
18073 … renderer(_this4.hot, td, row, column, _this4.hot.colToProp(column), string.value, cellProperties);
35205 var _this4 = this;
35224 …dateStr = (0, _moment2.default)(dateStr).format(_this4.cellProperties.dateFormat || _this4.default…
35226 _this4.setValue(dateStr);
35227 _this4.hideDatepicker();
35234 if (!_this4.parentDestroyed) {
35235 _this4.finishEditing(false);
36823 var _this4 = this;
36835 if (!_this4.hot) {
36837 _this4.inProgress = false;
36842 _this4.calculateColumnsWidth({
36853 _this4.inProgress = false;
36856 _this4.hot.view.wt.wtOverlays.adjustElementsSize(true);
36858 if (_this4.hot.view.wt.wtOverlays.leftOverlay.needFullRender) {
36859 _this4.hot.view.wt.wtOverlays.leftOverlay.clone.draw();
37491 var _this4 = this;
37503 if (!_this4.hot) {
37505 _this4.inProgress = false;
37509 …_this4.calculateRowsHeight({ from: current, to: Math.min(current + AutoRowSize.CALCULATION_STEP, l…
37516 _this4.inProgress = false;
37519 _this4.hot.view.wt.wtOverlays.adjustElementsSize(true);
37521 if (_this4.hot.view.wt.wtOverlays.leftOverlay.needFullRender) {
37522 _this4.hot.view.wt.wtOverlays.leftOverlay.clone.draw();
38212 var _this4 = this;
38215 _this4.hot.alter(INSERT_COLUMN_ALTER_ACTION_NAME, void 0, 1, _this4.pluginName + '.fill');
38217 _this4.addingStarted = false;
40138 var _this4 = this;
40150 …disabled === true || typeof item.disabled == 'function' && item.disabled.call(_this4.hot) === true;
40517 var _this4 = this;
40521 return _this4.getCellMeta(row, col).className;
40528 return _this4.getCellMeta(row, col);
40530 return _this4.setCellMeta(row, col, key, value);
41494 var _this4 = this;
41518 rowSet.push(_this4.hot.getCopyableData(row, column));
43209 var _this4 = this;
43212 return _this4.onMouseMove(event);
43215 return _this4.onMouseUp();
44060 var _this4 = this;
44063 _this4.hot.forceFullRender = true;
44064 _this4.hot.view.render(); // updates all
44065 _this4.hot.view.wt.wtOverlays.adjustElementsSize(true);
44068 … var hookNewSize = _this4.hot.runHooks('beforeColumnResize', selectedCol, _this4.newSize, true);
44071 _this4.newSize = hookNewSize;
44074 if (_this4.hot.getSettings().stretchH === 'all') {
44075 _this4.clearManualSize(selectedCol);
44077 … _this4.setManualSize(selectedCol, _this4.newSize); // double click sets by auto row size plugin
44084 _this4.saveManualColumnWidths();
44086 _this4.hot.runHooks('afterColumnResize', selectedCol, _this4.newSize, true);
44917 var _this4 = this;
44920 return _this4.onMouseMove(event);
44923 return _this4.onMouseUp();
45864 var _this4 = this;
45867 _this4.hot.forceFullRender = true;
45868 _this4.hot.view.render(); // updates all
45869 _this4.hot.view.wt.wtOverlays.adjustElementsSize(true);
45872 var hookNewSize = _this4.hot.runHooks('beforeRowResize', selectedRow, _this4.newSize, true);
45875 _this4.newSize = hookNewSize;
45878 _this4.setManualSize(selectedRow, _this4.newSize); // double click sets auto row size
45884 _this4.hot.runHooks('afterRowResize', selectedRow, _this4.newSize, true);