Community
Participate
Working Groups
In distinction with SWT the TableItem#setChecked and TableItem#setGrayed don't cached the virtual item. Both methods in TreeItem are OK. We should implement them in the same way like in TreeItem.
Created attachment 200084 [details] Table Item Patched code That is suspiciously simple ;-)
(In reply to comment #1) Thanks for the patch, Aleks. Does it fix your problem with CheckboxTableViewer#setAllChecked?
(In reply to comment #2) Yes Ivan, I see check boxes loaded in the virtual table on the fly.
Applied patch with small changes to CVS HEAD. JUnit tests added too.