Lines Matching refs:lazy
598 this.children = this.lazy ? [] : null;
1126 node.lazy &&
1411 if (this.lazy) {
1531 return !!this.lazy;
1537 …return !this.lazy || this.hasChildren() !== undefined; // Also checks if the only child is a statu…
1768 this.parent.children = this.parent.lazy ? [] : null;
1918 if (!this.expanded && (this.children || this.lazy)) {
2054 this.lazy = true;
2542 if (!node.children && !node.lazy) {
3282 if (!node.expanded && (node.children || node.lazy)) {
3693 } else if (!node.lazy || node.hasChildren() !== undefined) {
4738 if (node.lazy) {
5011 if (!node.lazy) {
5249 if (node.lazy && node.children == null) {
5250 cnList.push(cn.lazy);
5291 (node.lazy && node.children == null ? "d" : "") +
5447 } else if (flag && !node.lazy && !node.hasChildren()) {
5607 if (flag && node.lazy && node.hasChildren() === undefined) {
6362 lazy: "fancytree-lazy", property
7322 d.children = d.lazy ? undefined : null;