unselectAll method
void
unselectAll()
Unselects all nodes in the tree (unchecks all checkboxes).
Implementation
void unselectAll() {
clearCheckedNodes();
}
Unselects all nodes in the tree (unchecks all checkboxes).
void unselectAll() {
clearCheckedNodes();
}