Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3224840
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T16:16:12+00:00 2026-05-17T16:16:12+00:00

I am in the process of creating a Progress Bar Cell that will work

  • 0

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!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-17T16:16:13+00:00Added an answer on May 17, 2026 at 4:16 pm

    The AsyncDataProvider doesn’t copy your data, it only references it, so you can modify the values in the provider directly if you don’t want to use updateRowData. For instance, if you’ve already initialized your dataprovider with some list, like:

    asyncDataProvider.updateRowData(0, listOfProgressValues);
    

    you can still access the data in the provider directly with listOfProgressValues, like:

    listOfProgressValues.set(2, 0.4)
    

    However, the change won’t appear unless you call redraw on the CellTable. I don’t know of a way to redraw only a single cell, since the whole things is rendered in HTML.

    I would place the polling code outside of the DataProvider, I think. I view the DataProvider idea as a mechanism for pushing data into a table, and that’s it. I wouldn’t want the DataProvider to be responsible for redrawing its displays or interacting with the rest of my program.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a multi-step BackgroundWorker process. I use a marquee progress bar because several
I'm in the process of creating a class that stores metadata about a particular
I am currently in the process of creating my own blog and I have
I have been tasked with creating a reusable process for our Finance Dept to
I am trying to show a progress bar while my process is going on...in
I have a directory: Audio/ and in that will be mp3 files only. I'm
I am in the process of creating an XML Schema and one of my
I'm passing some numeric arguments while creating a process (in VC++) I'm stuck at
We are creating a Real-Time Process in VxWorks 6.x, and we would like to
I am creating a new build process for a DotNet project which is to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.