Lines Matching refs:currentState
923 var prev = this.currentState;
926 if (prev != this.currentState)
945 … return (this.currentState != null && me.getState() == this.currentState && timeOnTarget > 2000) ||
946 …((this.currentState == null || mxUtils.getValue(this.currentState.style, 'outlineConnect', '1') !=…
4923 HoverIcons.prototype.currentState = null; method in HoverIcons
5058 if (this.currentState != null && !this.graph.isCellSelected(this.currentState.cell) &&
5126 this.click(this.currentState, this.getDirection(), me);
5190 if (this.currentState != null && !this.isResetEvent(evt))
5202 mxEvent.redirectMouseEvents(arrow, this.graph, this.currentState);
5320 return this.activeArrow != null && this.currentState != null;
5332 if (this.currentState != null)
5334 this.graph.connectionHandler.start(this.currentState, x, y);
5339 var handler = this.graph.selectionCellsHandler.getHandler(this.currentState.cell);
5417 this.currentState = null;
5432 if (this.currentState != null)
5435 this.currentState = this.getState(this.currentState);
5438 if (this.currentState != null &&
5439 this.graph.model.isVertex(this.currentState.cell) &&
5440 this.graph.isCellConnectable(this.currentState.cell))
5442 var bds = mxRectangle.fromRectangle(this.currentState);
5445 if (this.currentState.shape != null && this.currentState.shape.boundingBox != null)
5447 bds = mxRectangle.fromRectangle(this.currentState.shape.boundingBox);
5453 var handler = this.graph.selectionCellsHandler.getHandler(this.currentState.cell);
5455 if (this.graph.isTableRow(this.currentState.cell))
5458 this.graph.model.getParent(this.currentState.cell));
5514 Math.round(this.currentState.getCenterX() - this.triangleUp.width / 2 - this.tolerance),
5518 Math.round(this.currentState.getCenterY() - this.triangleRight.height / 2 - this.tolerance));
5529 this.triangleRight.width / 2, this.currentState.getCenterY());
5530 …var left = this.graph.getCellAt(bds.x - this.triangleLeft.width / 2, this.currentState.getCenterY(…
5531 …var top = this.graph.getCellAt(this.currentState.getCenterX(), bds.y - this.triangleUp.height / 2)…
5532 …var bottom = this.graph.getCellAt(this.currentState.getCenterX(), bds.y + bds.height + this.triang…
5543 var currentGeo = this.graph.getCellGeometry(this.currentState.cell);
5550 if (cell != null && !this.graph.model.isAncestor(cell, this.currentState.cell) &&
5596 if (this.currentState != null)
5614 …var bbox = (!this.graph.model.isEdge(this.currentState.cell)) ? mxRectangle.fromRectangle(this.cur…
5733 …if (this.currentState != null && this.currentState != state && timeOnTarget < this.activationDelay…
5738 else if (this.currentState != null || timeOnTarget > this.activationDelay)
5740 if (this.currentState != state && ((timeOnTarget > this.updateDelay && state != null) ||
5777 this.currentState = state;
9122 currentState: null, property in Graph.addClickHandler.mouseListener
9146 if (tmp != this.currentState)
9148 if (this.currentState != null)
9153 this.currentState = tmp;
9155 if (this.currentState != null)
9157 this.activate(this.currentState);
9206 if (graph.tooltipHandler != null && this.currentLink != null && this.currentState != null)
9208 graph.tooltipHandler.reset(me, true, this.currentState);
9211 … if (this.currentState != null && (me.getState() == this.currentState || me.sourceState == null) &&
9212 graph.intersects(this.currentState, me.getGraphX(), me.getGraphY()))
9297 this.currentState = null;