Wednesday, April 29, 2015

Re: gwt events

You can at any time update the data on your grid. If you're using a cell widget like DataGrid or CellList and an AsyncDataProvider for instance, you simply call:

provider.updateRowCount(...)
provider.updateRowData(...)



On Wednesday, April 29, 2015 at 8:19:08 AM UTC-4, hockeyjohn wrote:
Hi, I'm new to gwt and not quite sure how to do something.  We have a page that has a listgrid populated with data from our db.
At some point, there is an external process that runs and "may" update some of the data on the page.  Is there an example I can
use to see how to have whatever is written to the db pushed up to the web client?  the only way I know if is to navigate away from
the page and then come back to see the change take place...

Thanks

JG

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment