Lines Matching refs:cell

5279 function isSeparator(cell) {
5280 return (0, _element.hasClass)(cell, 'htSeparator');
5283 function hasSubMenu(cell) {
5284 return (0, _element.hasClass)(cell, 'htSubmenu');
5287 function isDisabled(cell) {
5288 return (0, _element.hasClass)(cell, 'htDisabled');
5291 function isSelectionDisabled(cell) {
5292 return (0, _element.hasClass)(cell, 'htSelectionDisabled');
15144 var cell = instance.getCell(cellProperties.row, cellProperties.col);
15145 (0, _element.removeClass)(cell, instance.getSettings().invalidCellClassName);
15774 if (settings.cell !== void 0 || settings.cells !== void 0 || settings.columns !== void 0) {
15810 if ((0, _mixed.isDefined)(settings.cell)) {
15811 for (var key in settings.cell) {
15812 if ((0, _object.hasOwnProperty)(settings.cell, key)) {
15813 var cell = settings.cell[key];
15815 instance.setCellMetaObject(cell.row, cell.col, cell);
19715 cell: [],
25166 var cell = that.parentCell(realTarget);
25170 } else if (cell.TD) {
25172 that.instance.getSetting('onCellMouseDown', event, cell.coords, cell.TD, that.instance);
25178 if (cell.TD) {
25179 dblClickOrigin[0] = cell.TD;
25246 var cell = that.parentCell(event.realTarget);
25248 if (cell.TD === dblClickOrigin[0] && cell.TD === dblClickOrigin[1]) {
25250 … that.instance.getSetting('onCellCornerDblClick', event, cell.coords, cell.TD, that.instance);
25252 that.instance.getSetting('onCellDblClick', event, cell.coords, cell.TD, that.instance);
25257 } else if (cell.TD === dblClickOrigin[0]) {
25258 that.instance.getSetting('onCellMouseUp', event, cell.coords, cell.TD, that.instance);
25260 dblClickOrigin[1] = cell.TD;
25265 } else if (cell.TD && that.instance.hasSetting('onCellMouseUp')) {
25266 that.instance.getSetting('onCellMouseUp', event, cell.coords, cell.TD, that.instance);
25339 var cell = {};
25344 cell.coords = this.instance.wtTable.getCoords(TD);
25345 cell.TD = TD;
25347cell.coords = this.instance.selections.current.cellRange.highlight; // selections.current is curre…
25348 cell.TD = this.instance.wtTable.getCell(cell.coords);
25351cell.coords = this.instance.selections.area.cellRange.to; // selections.area is area selected cells
25352 cell.TD = this.instance.wtTable.getCell(cell.coords);
25356 return cell;
39822 var cell = this.hotMenu.getCell(row, 0);
39826 if (!cell || !(0, _utils.hasSubMenu)(cell)) {
39838 subMenu.setPosition(cell.getBoundingClientRect());
40057 var cell = this.hotMenu.getCell(0, 0);
40059 …if ((0, _utils.isSeparator)(cell) || (0, _utils.isDisabled)(cell) || (0, _utils.isSelectionDisable…
40074 var cell = this.hotMenu.getCell(lastRow, 0);
40076 …if ((0, _utils.isSeparator)(cell) || (0, _utils.isDisabled)(cell) || (0, _utils.isSelectionDisable…
40094 var cell = nextRow < this.hotMenu.countRows() ? this.hotMenu.getCell(nextRow, col) : null;
40096 if (!cell) {
40099 …if ((0, _utils.isSeparator)(cell) || (0, _utils.isDisabled)(cell) || (0, _utils.isSelectionDisable…
40117 var cell = prevRow >= 0 ? this.hotMenu.getCell(prevRow, col) : null;
40119 if (!cell) {
40122 …if ((0, _utils.isSeparator)(cell) || (0, _utils.isDisabled)(cell) || (0, _utils.isSelectionDisable…
43363 blockCalculations.cell = true;
45076 blockCalculations.cell = true;
47651 var cell = instance.getCell(_row2, _col2);
47653 if (cell == null) {
47657 var checkboxes = cell.querySelectorAll('input[type=checkbox]');
48415 cell: false
48432 } else if (!blockCalculations.cell) {
48441 } else if (!blockCalculations.cell) {