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=…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().…1621 …eEdges&&e.isEdge(c)||e.isAncestor(b.state.cell,c))c=null;this.graph.isCellConnectable(c)||(c=null)…1649 this.marker.hasValidState()&&(this.marker.highlight.shape.stroke=this.graph.isCellConnectable(d.get…[all …]
1417 …sed=function(a){return this.model.isCollapsed(a)};mxGraph.prototype.isCellConnectable=function(a){… method in mxGraph1460 …tion(a,b,c){return this.model.isEdge(a)&&null!=b&&1==b.length&&this.isCellConnectable(b[0])&&null=…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().…1825 …eEdges&&e.isEdge(c)||e.isAncestor(b.state.cell,c))c=null;this.graph.isCellConnectable(c)||(c=null)…1858 …?c=this.marker.highlight.state:null!=c&&c!=b.getState()&&this.graph.isCellConnectable(b.getCell())…2434 …ype.isCellConnectable=function(b){var c=this.getCurrentCellStyle(b);return null!=c.connectable?"0"…[all …]
1451 …sed=function(a){return this.model.isCollapsed(a)};mxGraph.prototype.isCellConnectable=function(a){… method in mxGraph1494 …tion(a,b,c){return this.model.isEdge(a)&&null!=b&&1==b.length&&this.isCellConnectable(b[0])&&null=…1683 …&!this.graph.isCellConnectable(c)){var d=this.graph.getModel().getParent(c);this.graph.getModel().…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().…1859 …eEdges&&e.isEdge(c)||e.isAncestor(b.state.cell,c))c=null;this.graph.isCellConnectable(c)||(c=null)…2527 …isCellConnectable(g)&&!this.graph.model.isEdge(g)){var f=this.graph.getModel().getParent(g);this.g…2534 …x&&K==y&&(h=x);l=(null==m||a.isCellConnectable(e[m]))&&(a.model.isEdge(g)&&null!=m||a.model.isVert…2683 …ype.isCellConnectable=function(a){var b=this.getCurrentCellStyle(a);return null!=b.connectable?"0"…[all …]
META-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
463 return graph.isCellConnectable(cell);