Are you returning a DefaultNodeInfo from TreeViewModel#getNodeInfo()? If so, DefaultNodeInfo has a constructor overload that takes a SelectionModel (and a ValueUpdater, but you can set the ValueUpdater to null).
Thanks, John LaBanca [email protected] On Fri, Dec 10, 2010 at 11:05 AM, Noor <[email protected]> wrote: > I am intending to place an event whenever a user chooses a node in the > cell browser!! > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- 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.
