ButtonCell triggers a ValueChangeHandler when it is clicked. Add a FieldUpdater to your Column and FieldUpdater#update() will be called.
Thanks, John LaBanca [email protected] On Wed, Dec 1, 2010 at 2:29 PM, Greg Dougherty <[email protected]>wrote: > What, then, do I have to implement so that the button will fire an > action when it's clicked. Does this require me to extend ButtonCell? > > Thanks, > Greg > > On Dec 1, 12:48 pm, John LaBanca <[email protected]> wrote: > > You can use a ButtonCell instead. ButtonCell takes a String to display > in > > the Button, but otherwise it looks just like ActionCell. > > > > Thanks, > > John LaBanca > > [email protected] > > > > On Wed, Dec 1, 2010 at 12:30 PM, Greg Dougherty > > <[email protected]>wrote: > > > > > Is it possible to change teh title of an ActionCell based on the > > > contents of the row it's in? > > > > > It looks like the answer is no, but I figured I'd check here before I > > > gave up. > > > > > Greg > > > > > -- > > > 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]> > <google-web-toolkit%[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]<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.
