Friday, April 29, 2011

Re: How to update CellTable's Header Cell based on action in data table

You might be looking for the CellTable#redrawHeaders() method. In your SelectionHandler, you would update the internal value of your Header (whatever is returned by its getValue method) and then redrawHeaders() to update the display.
(just an idea, never ever tried)

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment