Searched refs:currentRoot (Results 1 – 10 of 10) sorted by relevance
692 currentRoot: this.view.currentRoot,741 this.view.currentRoot = state.currentRoot;782 if (this.view.currentRoot != null &&783 !this.model.contains(this.view.currentRoot))785 this.view.currentRoot = null;802 this.view.currentRoot = null;1189 newPage.viewState.currentRoot = null;
703 if (graph.view.currentRoot != parent)836 if (graph.view.currentRoot != parent)950 if (graph.view.currentRoot == parent)
2548 var offset = (tmpState.cell != graph.view.currentRoot) ?2998 … if (geo2 != null && !geo2.relative && graph.model.isVertex(parent) && parent != view.currentRoot)3422 if (target != null && (graph.view.currentRoot == target ||
3835 this.menus.get('navigation').setEnabled(selected || graph.view.currentRoot != null);3838 this.actions.get('home').setEnabled(graph.view.currentRoot != null);3839 this.actions.get('exitGroup').setEnabled(graph.view.currentRoot != null);
552 …=this.graph.container&&(null==c&&b.isLayer(a)||a==this.graph.getView().currentRoot)&&(c=new mxRect…563 …=this.graph.container&&(null==d&&c.isLayer(a)||a==this.graph.getView().currentRoot)&&(d=new mxRect…834 mxPrintPreview.prototype.getRoot=function(){var a=this.graph.view.currentRoot;null==a&&(a=this.grap…946 …hape=null);null==a.shape&&null!=a.view.graph.container&&a.cell!=a.view.currentRoot&&(d.isVertex(a.…984 …pe.rendering=!0;mxGraphView.prototype.graph=null;mxGraphView.prototype.currentRoot=null;mxGraphVie… method in mxGraphView986 …e))}return b};mxGraphView.prototype.setCurrentRoot=function(a){if(this.currentRoot!=a){var b=new m…990 …currentRoot&&this.clear();this.revalidate()};mxGraphView.prototype.revalidate=function(){this.inva…993 …ngBox(this.validateCellState(this.validateCell(a||(null!=this.currentRoot?this.currentRoot:this.gr…1004 …s.validateCell(c.getChildAt(a,e),b&&(!this.isCellCollapsed(a)||a==this.currentRoot));else this.rem…1005 …tyle)c.style=this.graph.getCellStyle(c.cell),c.invalidStyle=!1;a!=this.currentRoot&&this.validateC…[all …]
756 …=this.graph.container&&(null==c&&b.isLayer(a)||a==this.graph.getView().currentRoot)&&(c=new mxRect…767 …=this.graph.container&&(null==d&&c.isLayer(a)||a==this.graph.getView().currentRoot)&&(d=new mxRect…1038 mxPrintPreview.prototype.getRoot=function(){var a=this.graph.view.currentRoot;null==a&&(a=this.grap…1150 …hape=null);null==a.shape&&null!=a.view.graph.container&&a.cell!=a.view.currentRoot&&(d.isVertex(a.…1188 …pe.rendering=!0;mxGraphView.prototype.graph=null;mxGraphView.prototype.currentRoot=null;mxGraphVie… method in mxGraphView1190 …e))}return b};mxGraphView.prototype.setCurrentRoot=function(a){if(this.currentRoot!=a){var b=new m…1194 …currentRoot&&this.clear();this.revalidate()};mxGraphView.prototype.revalidate=function(){this.inva…1197 …ngBox(this.validateCellState(this.validateCell(a||(null!=this.currentRoot?this.currentRoot:this.gr…1208 …s.validateCell(c.getChildAt(a,e),b&&(!this.isCellCollapsed(a)||a==this.currentRoot));else this.rem…1209 …tyle)c.style=this.graph.getCellStyle(c.cell),c.invalidStyle=!1;a!=this.currentRoot&&this.validateC…[all …]
790 …=this.graph.container&&(null==c&&b.isLayer(a)||a==this.graph.getView().currentRoot)&&(c=new mxRect…801 …=this.graph.container&&(null==d&&c.isLayer(a)||a==this.graph.getView().currentRoot)&&(d=new mxRect…1072 mxPrintPreview.prototype.getRoot=function(){var a=this.graph.view.currentRoot;null==a&&(a=this.grap…1184 …hape=null);null==a.shape&&null!=a.view.graph.container&&a.cell!=a.view.currentRoot&&(d.isVertex(a.…1222 …pe.rendering=!0;mxGraphView.prototype.graph=null;mxGraphView.prototype.currentRoot=null;mxGraphVie… method in mxGraphView1224 …e))}return b};mxGraphView.prototype.setCurrentRoot=function(a){if(this.currentRoot!=a){var b=new m…1228 …currentRoot&&this.clear();this.revalidate()};mxGraphView.prototype.revalidate=function(){this.inva…1231 …ngBox(this.validateCellState(this.validateCell(a||(null!=this.currentRoot?this.currentRoot:this.gr…1242 …s.validateCell(c.getChildAt(a,e),b&&(!this.isCellCollapsed(a)||a==this.currentRoot));else this.rem…1243 …tyle)c.style=this.graph.getCellStyle(c.cell),c.invalidStyle=!1;a!=this.currentRoot&&this.validateC…[all …]
META-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
4905 var currentRoot = plane.rootElement,4909 if (currentRoot) {4915 eventBus.fire('root.remove', { element: currentRoot });4916 eventBus.fire('root.removed', { element: currentRoot });4918 elementRegistry.remove(currentRoot);