Searched refs:isBranchNode (Results 1 – 1 of 1) sorted by relevance
105 Node.prototype.isBranchNode = function() { method in Node116 this.row.addClass(this.isBranchNode() ? 'branch' : 'leaf');141 if (settings.expandable === true && this.isBranchNode()) {