Hello Everyone, I am implementing a CellTree in my GWT 2.3 application. On right click of any cell I want to add the functionality of Expand All & Collapse all, that expands & collapses the complete SubTree under that Cell. Also, on double click to the cell I want to add the functionality of Expanding & Collapsing just the next level to nodes in the tree. ( Same as the default behavior of clicking on the 'arrow image' for each node.).
I have gone thourgh various posts regarding this, but I cannot understand the way to retrieve the TreeNode instance corresponding to my Cell on which the event is being performed. Please help. Thanks Ankur -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/EIPa4oWxw-EJ. 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.
