Lines Matching refs:_this2
4188 var _this2 = this;
4194 return _this2.once(key, c, context);
5093 var _this2 = this;
5096 _this2.hot.removeHook(name, callback);
6640 var _this2 = this;
6648 result = func.apply(_this2, args);
17988 var _this2 = this;
18003 var cellProperties = _this2.hot.getCellMeta(row, column);
18008 var renderer = _this2.hot.getCellRenderer(cellProperties);
18011 … renderer(_this2.hot, td, row, column, _this2.hot.colToProp(column), string.value, cellProperties);
23826 var _this2 = this;
23829 return _this2.onMouseDown();
23832 return _this2.onMouseUp();
23836 … _this2.eventManager.addEventListener(_this2.main.childNodes[c], 'mouseenter', function (event) {
23837 return _this2.onMouseEnter(event, _this2.main.childNodes[c]);
28802 var _this2 = this;
28849 return _this2.wot.wtTable.getRowHeight(sourceRow);
29050 var _this2 = this;
29053 var strippedValue = _this2.stripValueIfNeeded(value);
29055 return strippedValue === _this2.TEXTAREA.value;
29751 var _this2 = this;
29766 _this2._arrayMap.splice(item, 1);
30643 var _this2 = this;
30653 value = _this2.dataFactory(specifierValue, index);
30655 value = _this2.dataFactory(index, specifierValue);
30670 needed: _this2.getSampleCount(),
30679 if (!duplicate || _this2.allowDuplicates) {
33983 var _this2 = this;
34007 row = _this2.instance.runHooks('modifyRow', row);
34321 var _this2 = this;
34332 var row = _this2.getAtRow(currentRow);
34335 if (_this2.dataType === 'array') {
34337 } else if (_this2.dataType === 'object') {
34341 var prop = _this2.colToProp(column);
34993 var _this2 = this;
35004 _this2.parentDestroyed = true;
35005 _this2.destroyElements();
36715 var _this2 = this;
36728 return _this2.onAfterLoadData();
36731 return _this2.onBeforeChange(changes);
36735 return _this2.onBeforeRender(force);
36738 return _this2.getColumnWidth(col, width);
36741 return _this2.onAfterInit();
37384 var _this2 = this;
37393 return _this2.onAfterLoadData();
37396 return _this2.onBeforeChange(changes);
37399 return _this2.recalculateAllRowsHeight();
37402 return _this2.recalculateAllRowsHeight();
37405 return _this2.clearCache();
37408 return _this2.onBeforeRender(force);
37411 return _this2.onBeforeRowMove(rowStart, rowEnd);
37414 return _this2.getRowHeight(row, height);
37417 return _this2.getColumnHeaderHeight();
37984 var _this2 = this;
37994 return _this2.onAfterCellCornerMouseDown(event);
37997 return _this2.onCellCornerDblClick(event);
38000 return _this2.onBeforeCellMouseOver(coords);
39014 var _this2 = this;
39033 _this2.hot.runHooks('afterContextMenuDefaultOptions', predefinedItems);
39035 _this2.itemsFactory.setPredefinedItems(predefinedItems.items);
39036 var menuItems = _this2.itemsFactory.getItems(settings);
39038 _this2.menu = new _menu2.default(_this2.hot, {
39042 _this2.hot.runHooks('beforeContextMenuSetItems', menuItems);
39044 _this2.menu.setMenuItems(menuItems);
39046 _this2.menu.addLocalHook('afterOpen', function () {
39047 return _this2.onMenuAfterOpen();
39049 _this2.menu.addLocalHook('afterClose', function () {
39050 return _this2.onMenuAfterClose();
39052 _this2.menu.addLocalHook('executeCommand', function () {
39057 return _this2.executeCommand.apply(_this2, params);
39062 return _this2.commandExecutor.registerCommand(command.key, command);
39718 var _this2 = this;
39724 return _this2.openSubMenu(row);
39728 return (0, _utils.isItemHidden)(item, _this2.hot);
39743 return _this2.menuItemRenderer(hot, TD, row, col, prop, value);
39750 return _this2.onBeforeKeyDown(event);
39753 if (_this2.isAllSubMenusClosed()) {
39756 _this2.openSubMenu(coords.row);
39767 return _this2.onAfterInit();
39770 return _this2.onAfterSelection(r, c, r2, c2, preventScrolling);
40477 var _this2 = this;
40481 return _this2.getCellMeta(row, col).className;
40488 return _this2.getCellMeta(row, col);
40490 return _this2.setCellMeta(row, col, key, value);
40903 var _this2 = this;
40907 return _this2.getCellMeta(row, col).readOnly;
40911 _this2.setCellMeta(row, col, 'readOnly', !atLeastOneReadOnly);
41340 var _this2 = this;
41357 return _this2.onAfterContextMenuDefaultOptions(options);
41360 return _this2.onBeforeKeyDown(event);
42306 var _this2 = this;
42313 return _this2.addContextMenuEntry(options);
42316 return _this2.onAfterInit();
42319 return _this2.onBeforeColumnMove(rows, target);
42816 var _this2 = this;
42823 return _this2.onBeforeOnCellMouseDown(event, coords, TD, blockCalculations);
42826 return _this2.onBeforeOnCellMouseOver(event, coords, TD, blockCalculations);
42829 return _this2.onAfterScrollVertically();
42832 return _this2.onModifyCol(row, source);
42835 return _this2.onBeforeRemoveCol(index, amount);
42838 return _this2.onAfterRemoveCol(index, amount);
42841 return _this2.onAfterCreateCol(index, amount);
42844 return _this2.onAfterLoadData(firstTime);
42847 return _this2.onUnmodifyCol(column);
43782 var _this2 = this;
43793 return _this2.onModifyColWidth(width, col);
43796 return _this2.onBeforeStretchingColumnWidth(stretchedWidth, column);
43799 return _this2.onBeforeColumnResize(currentColumn, newSize, isDoubleClick);
44507 var _this2 = this;
44514 return _this2.onBeforeOnCellMouseDown(event, coords, TD, blockCalculations);
44517 return _this2.onBeforeOnCellMouseOver(event, coords, TD, blockCalculations);
44520 return _this2.onAfterScrollHorizontally();
44523 return _this2.onModifyRow(row, source);
44526 return _this2.onBeforeRemoveRow(index, amount);
44529 return _this2.onAfterRemoveRow(index, amount);
44532 return _this2.onAfterCreateRow(index, amount);
44535 return _this2.onAfterLoadData(firstTime);
44538 return _this2.onBeforeColumnSort(column, order);
44541 return _this2.onUnmodifyRow(row);
45603 var _this2 = this;
45623 return _this2.onModifyRowHeight(height, row);
46799 …var _this2 = _possibleConstructorReturn(this, (MultipleSelectionHandles.__proto__ || Object.getPro…
46801 _this2.dragged = [];
46807 _this2.eventManager = null;
46811 _this2.lastSetCell = null;
46812 return _this2;