223224225226227228229230231232233
public void onDraw(DrawEvent event) { tree.openAll(); } }); treeGrid.setSortField("Name"); treeGrid.markForRedraw(); //add the fields to the treeGrid. treeGrid.setData(tree); //start the handlers. handlersTreeGridThemes(treeGrid, tree);