I am in the process of creating a Progress Bar Cell that will work in a GWT2.1 CellTable. So far I have the cell rendering a simple html progress bar in a manner that is consistent with other cell renders. I need to somehow update the progress bar cell value after receiving a new value. Should I be using the updateRowData method on the AsyncDataProvider?
Also, is there a logical place to include the polling code within the CellTable/DataProvider/.. architecture? Maybe a PollingAsyncDataProvider or something. Please share your ideas!
Thanks for the response!