I have a Tree(com.gwtext.client.widgets.tree) with some checkable tree
node (where setChecked(true); )
I would like to uncheck other checkboxes when one if it is onchecked,
so that only one checked box at one time.
My question is how can I uncheck a checkbox in public void
onCheckChange(TreeNode node, boolean checked) {}
Thanks for your help!!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---