Re: how to select a treeitem on click of + icon on Tree

2012-04-26 Thread Dayananda B V
thanks for replay, it won't help, when i click tree + icon, there is no selection event fires, is there any alternative way for this. appriciate your help. On Apr 18, 9:42 am, Lakshminarayana Golla wrote: > HI.. > Try this.. > >         MainTree.addSelectionHandler(new SelectionHandler() { >    

Re: how to select a treeitem on click of + icon on Tree

2012-04-20 Thread Lakshminarayana Golla
HI.. Try this.. MainTree.addSelectionHandler(new SelectionHandler() { @Override public void onSelection(SelectionEvent event) { TreeItem item = (TreeItem) event.getSelectedItem();

how to select a treeitem on click of + icon on Tree

2012-04-17 Thread Dayananda B V
HI all, How I can select corresponding a treeitem on click of + icon on the tree. appreciate your help. Thanks Daya -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com.