I have a ListGrid backed by a DataSource.
I would like to have visual feedback for the user when the value for a cell changes.
Imagine a cell with a value of "50".
When the value changes to "100", I would like to see the cell:
1. Change text to bold, wait 1 second, then back to normal, or
2. Reverse the font/background, wait 1 second, then back to normal, or
3. Blink every 100 milliseconds for 1 second, then back to normal, or
4. Do anything else to let the user know that the value changed
I would like to control which fields to do this for via something like this:
1. ListGridField.setBlinkOnValueChange (true), and
2. ListGridField.setBlinkParameters (...)
Any ideas?
I would like to have visual feedback for the user when the value for a cell changes.
Imagine a cell with a value of "50".
When the value changes to "100", I would like to see the cell:
1. Change text to bold, wait 1 second, then back to normal, or
2. Reverse the font/background, wait 1 second, then back to normal, or
3. Blink every 100 milliseconds for 1 second, then back to normal, or
4. Do anything else to let the user know that the value changed
I would like to control which fields to do this for via something like this:
1. ListGridField.setBlinkOnValueChange (true), and
2. ListGridField.setBlinkParameters (...)
Any ideas?