Lines Matching refs:hasChildren
2695 if (this.hasChildren() === undefined) {
2871 hasChildren: function () {
2998 …return !this.lazy || this.hasChildren() !== undefined; // Also checks if the only child is a statu…
3064 return this.hasChildren() === undefined; // also checks if the only child is a status node
3243 if (targetParent.hasChildren()) {
4623 node.hasChildren() !== false &&
5154 } else if (!node.lazy || node.hasChildren() !== undefined) {
5367 if (!this.rootNode.hasChildren()) {
6468 aria && node.hasChildren() !== false
6663 hasChildren = node.hasChildren(),
6694 if (hasChildren === false) {
6703 if (hasChildren !== false) {
6704 cnList.push(cn.hasChildren);
6744 if (hasChildren === false) {
6908 } else if (flag && !node.lazy && !node.hasChildren()) {
7068 if (flag && node.lazy && node.hasChildren() === undefined) {
7821 hasChildren: "fancytree-has-children", property
8384 res.node.hasChildren() === false
10453 node.hasChildren() !== false
11011 this.hasChildren() !== false
11967 if (node.expanded && node.hasChildren()) {
11971 } else if (node.hasChildren()) {
12019 node.expanded && node.hasChildren()
13392 ctx.node.hasChildren()