Community
Participate
Working Groups
// touch all children to make sure they are materialized
for (int i = 0; i < children.length; i++) {
if (children[i].getData() == null) {
virtualLazyUpdateWidget(widget, i);
// virtualLazyUpdateWidget(widget, i);
((TreeItem)children[i]).clearAll(true);
}
return;