Lines Matching refs:selections
14757 instance.view.wt.selections.current.clear();
14766 instance.view.wt.selections.current.add(priv.selRange.highlight);
14769 instance.view.wt.selections.area.clear();
14772 instance.view.wt.selections.area.add(priv.selRange.from);
14773 instance.view.wt.selections.area.add(priv.selRange.to);
14777 instance.view.wt.selections.highlight.clear();
14778 instance.view.wt.selections.highlight.add(priv.selRange.from);
14779 instance.view.wt.selections.highlight.add(priv.selRange.to);
14993 instance.view.wt.selections.current.clear();
14994 instance.view.wt.selections.area.clear();
14996 instance.view.wt.selections.highlight.clear();
24044 if (this.wot.selections.area.cellRange) {
24045 …if (row != this.wot.selections.area.cellRange.to.row || col != this.wot.selections.area.cellRange.…
24855 this.selections = this.cloneSource.selections;
24862 this.selections = this.getSetting('selections');
25347 …cell.coords = this.instance.selections.current.cellRange.highlight; // selections.current is curre…
25350 if (this.instance.selections.area.cellRange) {
25351 …cell.coords = this.instance.selections.area.cellRange.to; // selections.area is area selected cells
26843 selections: null,
27324 if (!this.wot.selections) {
27327 var len = this.wot.selections.length;
27332 if (this.wot.selections[i].settings.className) {
27333 this.removeClassFromCells(this.wot.selections[i].settings.className);
27335 if (this.wot.selections[i].settings.highlightHeaderClassName) {
27336 this.removeClassFromCells(this.wot.selections[i].settings.highlightHeaderClassName);
27338 if (this.wot.selections[i].settings.highlightRowClassName) {
27339 this.removeClassFromCells(this.wot.selections[i].settings.highlightRowClassName);
27341 if (this.wot.selections[i].settings.highlightColumnClassName) {
27342 this.removeClassFromCells(this.wot.selections[i].settings.highlightColumnClassName);
27347 this.wot.selections[_i].draw(this.wot, fastDraw);
32587 var selections = this.wot.selections;
32589 this.redrawSelectionBorders(selections.current);
32590 this.redrawSelectionBorders(selections.area);
32591 this.redrawSelectionBorders(selections.fill);
38057 if (this.hot.view.wt.selections.fill.isEmpty()) {
38061 var cornersOfSelectionAndDragAreas = this.hot.view.wt.selections.fill.getCorners();
38230 …if (this.hot.view.wt.selections.fill.cellRange && this.addingStarted === false && this.autoInsertR…
38232 var cornersOfSelectedDragArea = this.hot.view.wt.selections.fill.getCorners();
38254 …if (this.hot.view.wt.selections.fill.cellRange && this.addingStarted === false && this.autoInsertR…
38256 var cornersOfSelectedDragArea = this.hot.view.wt.selections.fill.getCorners();
38278 return this.hot.view.wt.selections.area.getCorners();
38280 return this.hot.view.wt.selections.current.getCorners();
38329 this.hot.view.wt.selections.fill.clear();
38330 … this.hot.view.wt.selections.fill.add(new _src.CellCoords(selectStartArea[0], selectStartArea[1]));
38331 this.hot.view.wt.selections.fill.add(new _src.CellCoords(rowIndex, selectStartArea[3]));
38380 this.hot.view.wt.selections.fill.clear();
38393 this.hot.view.wt.selections.fill.clear();
38394 this.hot.view.wt.selections.fill.add(this.hot.getSelectedRange().from);
38395 this.hot.view.wt.selections.fill.add(this.hot.getSelectedRange().to);
38396 this.hot.view.wt.selections.fill.add(coords);
48178 var selections = [new _src.Selection({
48217 selections.current = selections[0];
48218 selections.area = selections[1];
48219 selections.highlight = selections[2];
48220 selections.fill = selections[3];
48293 selections: selections,