Searched refs:isLayer (Results 1 – 7 of 7) sorted by relevance
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | Dialogs.js | 1463 var isLayer = graph.getModel().getParent(cell) == graph.getModel().getRoot(); 1467 if ((isLayer || attrs[i].nodeName != 'label') && attrs[i].nodeName != 'placeholders')
|
| D | EditorUi.js | 941 if (parent != null && graph.getModel().isLayer(parent) &&
|
| D | Graph.js | 3639 while (!this.model.isLayer(result))
|
| /plugin/diagramsnet/lib/mxgraph/ |
| D | mxClient.js | 552 …ph.getModel(),c=b.getGeometry(a);null!=this.graph.container&&(null==c&&b.isLayer(a)||a==this.graph… 563 …ph.getModel(),d=c.getGeometry(a);null!=this.graph.container&&(null==d&&c.isLayer(a)||a==this.graph… 743 ….isRoot=function(a){return null!=a&&this.root==a};mxGraphModel.prototype.isLayer=function(a){retur… method in mxGraphModel 1257 …f);f==c&&(c=e)}for(;null!=c&&!this.isValidDropTarget(c,a,b)&&!this.model.isLayer(c);)c=this.model.… 1258 …!=g&&0>mxUtils.indexOf(a,g);)g=this.model.getParent(g);return this.model.isLayer(c)||null!=g?null:…
|
| /plugin/diagramsnet/lib/js/ |
| D | viewer.min.js | 756 …ph.getModel(),c=b.getGeometry(a);null!=this.graph.container&&(null==c&&b.isLayer(a)||a==this.graph… 767 …ph.getModel(),d=c.getGeometry(a);null!=this.graph.container&&(null==d&&c.isLayer(a)||a==this.graph… 947 ….isRoot=function(a){return null!=a&&this.root==a};mxGraphModel.prototype.isLayer=function(a){retur… method in mxGraphModel 1461 …f);f==c&&(c=e)}for(;null!=c&&!this.isValidDropTarget(c,a,b)&&!this.model.isLayer(c);)c=this.model.… 1462 …!=g&&0>mxUtils.indexOf(a,g);)g=this.model.getParent(g);return this.model.isLayer(c)||null!=g?null:… 2159 d){var f=d.getProperty("cells"),c=d.getProperty("parent");null!=c&&k.getModel().isLayer(c)&&!k.isCe… 2411 …yerForCells=function(b){var c=null;if(0<b.length){for(c=b[0];!this.model.isLayer(c);)c=this.model.…
|
| D | app.min.js | 790 …ph.getModel(),c=b.getGeometry(a);null!=this.graph.container&&(null==c&&b.isLayer(a)||a==this.graph… 801 …ph.getModel(),d=c.getGeometry(a);null!=this.graph.container&&(null==d&&c.isLayer(a)||a==this.graph… 981 ….isRoot=function(a){return null!=a&&this.root==a};mxGraphModel.prototype.isLayer=function(a){retur… method in mxGraphModel 1495 …f);f==c&&(c=e)}for(;null!=c&&!this.isValidDropTarget(c,a,b)&&!this.model.isLayer(c);)c=this.model.… 1496 …!=g&&0>mxUtils.indexOf(a,g);)g=this.model.getParent(g);return this.model.isLayer(c)||null!=g?null:… 2193 b){var c=b.getProperty("cells"),d=b.getProperty("parent");null!=d&&e.getModel().isLayer(d)&&!e.isCe… 2660 …yerForCells=function(a){var b=null;if(0<a.length){for(b=a[0];!this.model.isLayer(b);)b=this.model.…
|
| D | viewer-static.min.js | 756 …ph.getModel(),c=b.getGeometry(a);null!=this.graph.container&&(null==c&&b.isLayer(a)||a==this.graph… 767 …ph.getModel(),d=c.getGeometry(a);null!=this.graph.container&&(null==d&&c.isLayer(a)||a==this.graph… 947 ….isRoot=function(a){return null!=a&&this.root==a};mxGraphModel.prototype.isLayer=function(a){retur… method in mxGraphModel 1461 …f);f==c&&(c=e)}for(;null!=c&&!this.isValidDropTarget(c,a,b)&&!this.model.isLayer(c);)c=this.model.… 1462 …!=g&&0>mxUtils.indexOf(a,g);)g=this.model.getParent(g);return this.model.isLayer(c)||null!=g?null:… 2159 d){var f=d.getProperty("cells"),c=d.getProperty("parent");null!=c&&k.getModel().isLayer(c)&&!k.isCe… 2411 …yerForCells=function(b){var c=null;if(0<b.length){for(c=b[0];!this.model.isLayer(c);)c=this.model.…
|