Lines Matching refs:isVertex

2181 			return (vertices && model.isVertex(cell)) || (edges && model.isEdge(cell));
2417 vertices && this.model.isVertex(cell)))
2478 if (!this.model.isVertex(temp))
3095 else if (this.model.isVertex(state.cell) &&
3440 (this.model.isVertex(cell) && (this.vertexLabelsMovable ||
3847 if (cells.length == 2 && this.model.isVertex(cells[1]))
3902 while (source.geometry.relative && this.model.isVertex(source.parent))
3943 if (parentState != null && this.model.isVertex(parentState.cell))
3950 if (this.model.isVertex(source.parent) && source.geometry.relative)
4168 if (this.model.isVertex(cell) || this.model.isEdge(cell))
4300 if (this.model.isVertex(parent) && this.isCellCollapsed(cell))
5059 mxEvent.isTouchEvent(me.getEvent()) && !this.graph.model.isVertex(me.getCell()))
5439 this.graph.model.isVertex(this.currentState.cell) &&
5547 var geo = this.graph.model.isVertex(cell) && this.graph.getCellGeometry(cell);
5652 if (this.graph.getModel().isVertex(cell) && !this.graph.isCellConnectable(cell))
5656 if (this.graph.getModel().isVertex(parent) && this.graph.isCellConnectable(parent))
5907 return this.model.isVertex(cell) && this.isTableRow(this.model.getParent(cell));
5915 return this.model.isVertex(cell) && this.isTable(this.model.getParent(cell));
5943 return this.model.isVertex(cell) && this.isStack(this.model.getParent(cell));
6142 return !this.graph.getModel().isVertex(vertex) ||
7432 if (this.model.isVertex(cells[i]) || this.model.isEdge(cells[i]))
7807 (this.model.isVertex(temp) ||
8265 if (this.model.isVertex(child))
8424 else if (model.isVertex(cell))
8721 this.model.isVertex(state.cell)) &&
8923 if (evt != null && !this.model.isVertex(cell))
9553 if (this.getModel().isVertex(cells[i]))
10198 (this.model.isVertex(parents[i]) ||
12127 if (rowState != null && model.isVertex(rowState.cell))
12945 if (this.state.view.graph.model.isVertex(this.state.cell) &&