I'm confused about rather this this code should be in the view or the presenter? It kindof seems like it'd have to be in the view, but the presenter seems like a more appropriate place for it.
On Dec 27 2010, 11:38 am, Gal Dolber <[email protected]> wrote: > You need to use a SingleSelectionModel. > > SingleSelectionModel mySelectionModel = > new SingleSelectionModel<Mode>(); > table.setSelectionModel(mySelectionModel); > mySelectionModel.addSelectionChangeHandler(mySelectionChangeHandler); > > > > > > > > > > On Mon, Dec 27, 2010 at 9:04 AM, Matias <[email protected]> wrote: > > Could somebody provide an example or any instructions on how to listen > > for a click event on a CellTable row? > > > I want to have the same behavior of for example, gmail, when you click > > on any mail on the inbox and you get the detail/conversation of that > > mail. > > > Thanks! > > > -- > > 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%2Bunsubs > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-web-toolkit?hl=en. > > -- > Guit: Elegant, beautiful, modular and *production ready* gwt applications. > > http://code.google.com/p/guit/ -- 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.
