Widgets
Samples
Demos
Forum
Services
Documentation
add
changeId
clearAll
count
each
eachChild
eachLeaf
eachOpen
eachSubItem
getBranch
getBranchIndex
getFirstChildId
getNextSiblingId
getParentId
getPrevSiblingId
getTopRange
isBranch
provideApi
remove
serialize
Start
API Reference
Mixins
TreeStore
Methods
isBranch
checks whether the node has any children
boolean
isBranch
(
id
id
);
id
id
ID of the branch in question
boolean
true, if the branch has at least one child, false, if there are no children
Example
tree.
isBranch
(
'branch1'
)
;
Back to top