Issue Details (XML | Word | Printable)

Key: NTBL-214
Type: Functional Story Functional Story
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: baljeet.sandhu
Reporter: Edwin Park
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
NatTable

Blinking cells

Created: 14/Jan/09 03:31 PM   Updated: 25/Mar/09 02:24 PM   Resolved: 24/Mar/09 02:23 PM
Component/s: Cell features, Rendering
Affects Version/s: None
Fix Version/s: 2.0 iteration 6

Time Tracking:
Not Specified

File Attachments: 1. Zip Archive mylyn-context.zip (3 kB) 24/Mar/09 02:27 PM - Christian Martinez


Test coverage: BlinkingTaskResolverTest, PropertyChangeEventLayerTest, BlinkingTable


 Description  « Hide

If a cell value increases or decreases beyond a specified threshold, change the style configuration for the cell to highlight the change. The highlight style for value increase and decrease should be different. After a specified delay, reset the style configuration for the cell to normal.




Christian Martinez added a comment - 24/Mar/09 02:23 PM

Completed this task, assigned to Baljeet for testing.


Christian Martinez added a comment - 24/Mar/09 02:27 PM

To flash textual fields, you just need to register a IBlinkingCellResolver in the config registry. In addition you need to add the PropertyChangeEventLayer as a listener to property changes in your bean, see the BlinkingTable class for an example.



Christian Martinez added a comment - 25/Mar/09 02:24 PM

Sure, no problem.