Searched refs:isCellConnectable (Results 1 – 8 of 8) sorted by relevance
3065 if (cell != null && !this.graph.isCellConnectable(cell) &&3071 this.graph.isCellConnectable(parent))3265 var validTarget = (firstVertex == null || graph.isCellConnectable(cells[firstVertex])) &&3267 (graph.model.isVertex(cell) && graph.isCellConnectable(cell)));
3978 else if (target == null && this.isCellConnectable(tempCells[i]) &&4515 Graph.prototype.isCellConnectable = function(cell) method in Graph4520 mxGraph.prototype.isCellConnectable.apply(this, arguments);5440 this.graph.isCellConnectable(this.currentState.cell))5652 if (this.graph.getModel().isVertex(cell) && !this.graph.isCellConnectable(cell))5656 if (this.graph.getModel().isVertex(parent) && this.graph.isCellConnectable(parent))
1213 …sed=function(a){return this.model.isCollapsed(a)};mxGraph.prototype.isCellConnectable=function(a){… method in mxGraph1249 …dges||null!=a&&(!this.model.isEdge(a)||this.connectableEdges)&&this.isCellConnectable(a)};mxGraph.…1256 …tion(a,b,c){return this.model.isEdge(a)&&null!=b&&1==b.length&&this.isCellConnectable(b[0])&&null=…1383 c.isCellConnectable(g)&&(m=c.getView().getState(g),null!=m&&(g=null==c.getEdgeValidationError(null,…1394 …nectOnDrop&&null==this.target&&null!=d&&c.getModel().isVertex(d)&&c.isCellConnectable(d)&&c.isEdge…1445 …&!this.graph.isCellConnectable(c)){var d=this.graph.getModel().getParent(c);this.graph.getModel().…1463 …arker.highlight.repaint()):this.marker.hasValidState()&&(this.graph.isCellConnectable(a.getCell())…1504 …&!this.graph.isCellConnectable(c)){var d=this.graph.getModel().getParent(c);this.graph.getModel().…1511 …,c){this.constraints=null!=b&&!this.isStateIgnored(b,c)&&this.graph.isCellConnectable(b.cell)?this…1620 …&!this.graph.isCellConnectable(c)){var e=this.graph.getModel().getParent(c);this.graph.getModel().…[all …]
1417 …sed=function(a){return this.model.isCollapsed(a)};mxGraph.prototype.isCellConnectable=function(a){… method in mxGraph1453 …dges||null!=a&&(!this.model.isEdge(a)||this.connectableEdges)&&this.isCellConnectable(a)};mxGraph.…1460 …tion(a,b,c){return this.model.isEdge(a)&&null!=b&&1==b.length&&this.isCellConnectable(b[0])&&null=…1587 c.isCellConnectable(g)&&(m=c.getView().getState(g),null!=m&&(g=null==c.getEdgeValidationError(null,…1598 …nectOnDrop&&null==this.target&&null!=d&&c.getModel().isVertex(d)&&c.isCellConnectable(d)&&c.isEdge…1649 …&!this.graph.isCellConnectable(c)){var d=this.graph.getModel().getParent(c);this.graph.getModel().…1667 …arker.highlight.repaint()):this.marker.hasValidState()&&(this.graph.isCellConnectable(a.getCell())…1708 …&!this.graph.isCellConnectable(c)){var d=this.graph.getModel().getParent(c);this.graph.getModel().…1715 …,c){this.constraints=null!=b&&!this.isStateIgnored(b,c)&&this.graph.isCellConnectable(b.cell)?this…1824 …&!this.graph.isCellConnectable(c)){var e=this.graph.getModel().getParent(c);this.graph.getModel().…[all …]
1451 …sed=function(a){return this.model.isCollapsed(a)};mxGraph.prototype.isCellConnectable=function(a){… method in mxGraph1487 …dges||null!=a&&(!this.model.isEdge(a)||this.connectableEdges)&&this.isCellConnectable(a)};mxGraph.…1494 …tion(a,b,c){return this.model.isEdge(a)&&null!=b&&1==b.length&&this.isCellConnectable(b[0])&&null=…1621 c.isCellConnectable(g)&&(m=c.getView().getState(g),null!=m&&(g=null==c.getEdgeValidationError(null,…1632 …nectOnDrop&&null==this.target&&null!=d&&c.getModel().isVertex(d)&&c.isCellConnectable(d)&&c.isEdge…1683 …&!this.graph.isCellConnectable(c)){var d=this.graph.getModel().getParent(c);this.graph.getModel().…1701 …arker.highlight.repaint()):this.marker.hasValidState()&&(this.graph.isCellConnectable(a.getCell())…1742 …&!this.graph.isCellConnectable(c)){var d=this.graph.getModel().getParent(c);this.graph.getModel().…1749 …,c){this.constraints=null!=b&&!this.isStateIgnored(b,c)&&this.graph.isCellConnectable(b.cell)?this…1858 …&!this.graph.isCellConnectable(c)){var e=this.graph.getModel().getParent(c);this.graph.getModel().…[all …]
META-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
463 return graph.isCellConnectable(cell);