Home
last modified time | relevance | path

Searched refs:isTable (Results 1 – 10 of 10) sorted by relevance

/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js651 var isTable = graph.isTable(cell) ||
657 var showCols = isTable;
658 var showRows = isTable;
669 if (parent != null || (!isTable && !isStack))
H A DGraph.js2653 if (!this.isTable(cells[i]) &&
5921 Graph.prototype.isTable = function(cell) method in Graph
7909 if (this.isTable(target))
7915 if (this.isTable(cells[i]))
7942 if (this.isTable(parent))
7948 this.isTable(parent) &&
7949 this.isTable(target) &&
8882 if (!this.isTable(target))
9374 if (this.isTable(parent))
10168 if (this.isTable(parent))
[all …]
H A DFormat.js216 result.table = result.table || graph.isTable(cell);
1737 var isTable = graph.isTable(ss.vertices[0]) ||
1743 var showCols = isTable;
1744 var showRows = isTable;
1979 !graph.isTable(cell) && !ss.row && !ss.cell && graph.getModel().getChildCount(cell) > 0)
H A DActions.js556 if (cells.length == 1 && !graph.isTable(cells[0]) && !graph.isTableRow(cells[0]))
H A DEditor.js2810 if (!this.graph.isTable(table))
H A DSidebar.js2777 this.graph.isTableRow(state.cell) || this.graph.isTable(state.cell);
/plugin/diagramsnet/lib/js/
H A Dviewer.min.js2330 …ll==k&&null!=n&&(this.isTableCell(n.cell)||this.isTableRow(n.cell)||this.isTable(n.cell));){if(thi…
2380 …nction(b){b=k.apply(this,arguments);for(var d=[],f=0;f<b.length;f++)this.isTable(b[f])||this.isTab…
2483 …function(b){return this.model.isVertex(b)&&this.isTable(this.model.getParent(b))};Graph.prototype.
2533 …his.isTable(f))};var f=Graph.prototype.splitEdge;Graph.prototype.splitEdge=function(b,d,c,e,g,l,k,…
2537 …lLifelines(b,e))return b;l=null!=l?l:{};if(this.isTable(e)){for(var k=[],m=0;m<b.length;m++)this.i…
2538 …b[m]),H=this.getCellGeometry(b[m]);this.isTable(n)&&k.push(n);if(null!=n&&null!=H&&this.isTable(n)…
2545isTable(d[l]),g=g&&this.isTableRow(d[l]);return("1"!=mxUtils.getValue(c,"part","0")||this.isContai…
2574 …if(d)c.add(q,m[f]);else{var H=q.getIndex(b[f]);c.add(q,m[f],H+1)}if(this.isTable(q)){var v=this.ge…
2635 function(b){return b.tableHandle||ea.apply(this,arguments)&&(!this.graph.isTable(this.state.cell)||…
2645 …es[b].destroy();this.customHandles=this.createCustomHandles()}this.graph.isTable(this.state.cell)&…
[all …]
H A Dapp.min.js2518 ….cell)||this.graph.isTableCell(a.cell)||this.graph.isTableRow(a.cell)||this.graph.isTable(a.cell)};
2579 …ll==e&&null!=n&&(this.isTableCell(n.cell)||this.isTableRow(n.cell)||this.isTable(n.cell));){if(thi…
2629 …nction(a){a=e.apply(this,arguments);for(var b=[],c=0;c<a.length;c++)this.isTable(a[c])||this.isTab…
2732 …function(a){return this.model.isVertex(a)&&this.isTable(this.model.getParent(a))};Graph.prototype.
2782 …his.isTable(b))};var g=Graph.prototype.splitEdge;Graph.prototype.splitEdge=function(a,b,c,d,e,f,k,…
2786 …lLifelines(a,e))return a;g=null!=g?g:{};if(this.isTable(e)){for(var k=[],h=0;h<a.length;h++)this.i…
2787 …a[h]),l=this.getCellGeometry(a[h]);this.isTable(J)&&k.push(J);if(null!=J&&null!=l&&this.isTable(J)…
2794isTable(b[g]),f=f&&this.isTableRow(b[g]);return("1"!=mxUtils.getValue(d,"part","0")||this.isContai…
2823 …if(b)d.add(l,h[c]);else{var n=l.getIndex(a[c]);d.add(l,h[c],n+1)}if(this.isTable(l)){var J=this.ge…
2884 function(a){return a.tableHandle||M.apply(this,arguments)&&(!this.graph.isTable(this.state.cell)||t…
[all …]
H A Dviewer-static.min.js2330 …ll==k&&null!=n&&(this.isTableCell(n.cell)||this.isTableRow(n.cell)||this.isTable(n.cell));){if(thi…
2380 …nction(b){b=k.apply(this,arguments);for(var d=[],f=0;f<b.length;f++)this.isTable(b[f])||this.isTab…
2483 …function(b){return this.model.isVertex(b)&&this.isTable(this.model.getParent(b))};Graph.prototype.
2533 …his.isTable(f))};var f=Graph.prototype.splitEdge;Graph.prototype.splitEdge=function(b,d,c,e,g,l,k,…
2537 …lLifelines(b,e))return b;l=null!=l?l:{};if(this.isTable(e)){for(var k=[],m=0;m<b.length;m++)this.i…
2538 …b[m]),H=this.getCellGeometry(b[m]);this.isTable(n)&&k.push(n);if(null!=n&&null!=H&&this.isTable(n)…
2545isTable(d[l]),g=g&&this.isTableRow(d[l]);return("1"!=mxUtils.getValue(c,"part","0")||this.isContai…
2574 …if(d)c.add(q,m[f]);else{var H=q.getIndex(b[f]);c.add(q,m[f],H+1)}if(this.isTable(q)){var v=this.ge…
2635 function(b){return b.tableHandle||ea.apply(this,arguments)&&(!this.graph.isTable(this.state.cell)||…
2645 …es[b].destroy();this.customHandles=this.createCustomHandles()}this.graph.isTable(this.state.cell)&…
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js427 graph.isTable(state.vertices[0]);
441 graph.isTable(state.vertices[0]);