What I do is make a change to the data for the row (the class T object), then tell the data provider to refresh.
Greg On Feb 3, 11:10 pm, zixzigma <[email protected]> wrote: > I have a CellTable. > > when an event occurs in Cell A, > I would like to take action and modify Cell B. > (user clicks on Cell A, I would like to modify Cell B, in the same row to > keep things simple) > > could you please provide some pointers on how this can be correctly > implemented ? > > do you think we need to use DOM events or GWTEvents, > and do you think it has to be handled at Cell level, or Table level ? > > any ideas are really appreciated. > > Thank You -- 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.
