Lines Matching refs:_this3
5107 var _this3 = this;
5112 return _this3.removeHooks(name);
18021 var _this3 = this;
18038 _this3.hot.view.appendColHeader(column, th);
28864 var _this3 = this;
28891 return _this3.wot.wtTable.getColumnWidth(sourceCol);
28893 return _this3.wot.getSetting('onBeforeStretchingColumnWidth', stretchedWidth, column);
29168 var _this3 = this;
29175 _this3.rawChoices = choices;
29176 _this3.updateChoicesList(_this3.stripValuesIfNeeded(choices));
29819 var _this3 = this;
29832 _this3._arrayMap.splice(index + count, 0, index + count);
34122 var _this3 = this;
34126 _this3.skipCache = false; field
35090 var _this3 = this;
35094 _this3.instance.selection.refreshBorders();
36784 var _this3 = this;
36797 if (force || _this3.widths[col] === void 0 && !_this3.hot._getColWidthFromSettings(col)) {
36798 var samples = _this3.samplesGenerator.generateColumnSamples(col, rowRange);
36801 return _this3.ghostTable.addColumn(col, sample);
36808 _this3.widths[col] = width;
37445 var _this3 = this;
37466 if (force || _this3.heights[row] === void 0) {
37467 var _samples = _this3.samplesGenerator.generateRowSamples(row, colRange);
37470 _this3.ghostTable.addRow(row, sample);
37476 _this3.heights[row] = height;
38192 var _this3 = this;
38195 _this3.hot.alter(INSERT_ROW_ALTER_ACTION_NAME, void 0, 1, _this3.pluginName + '.fill');
38197 _this3.addingStarted = false;
39105 var _this3 = this;
39108 return _this3.onContextMenu(event);
39869 var _this3 = this;
39872 return _this3.closeSubMenu(row);
40499 var _this3 = this;
40503 var className = _this3.getCellMeta(row, col).className;
41450 var _this3 = this;
41474 rowSet.push(_this3.hot.getCopyableData(row, column));
42918 var _this3 = this;
42928 array[index] = _this3.columnsMapper.getValueByIndex(column);
42933 var actualPosition = _this3.columnsMapper.getIndexByValue(column);
42936 _this3.columnsMapper.moveColumn(actualPosition, target + index);
43879 var _this3 = this;
43912 return _this3.selectedCols.push(i);
44612 var _this3 = this;
44622 array[index] = _this3.rowsMapper.getValueByIndex(row);
44627 var actualPosition = _this3.rowsMapper.getIndexByValue(row);
44630 _this3.rowsMapper.moveRow(actualPosition, target + index);
45695 var _this3 = this;
45723 return _this3.selectedRows.push(i);