Searched refs:isLeafOrCollapsed (Results 1 – 2 of 2) sorted by relevance
359 if (cell.isVertex() && this.isLeafOrCollapsed(cell) && activeVertices[cell.id])430 if (!cell.isVertex() || !this.isLeafOrCollapsed(cell))622 mxWebColaAdaptor.prototype.isLeafOrCollapsed = function(cell) method in mxWebColaAdaptor683 var isActive = isActive && !this.isLeafOrCollapsed(cell);711 if (includeCollapsedGroups && this.isLeafOrCollapsed(groupCell))724 if (this.isLeafOrCollapsed(cell))750 if (includeCollapsedGroups && this.isLeafOrCollapsed(groupCell))763 if (this.isLeafOrCollapsed(cell))
156 if (this.layout.isLeafOrCollapsed(child))226 if (this.layout.isLeafOrCollapsed(child))289 if (cell.isVertex() && this.layout.isLeafOrCollapsed(cell))358 if (cell.isVertex() && !this.layout.isLeafOrCollapsed(cell))