There does not seem to be an API for clearing a CellTable of selections. I have 2 tables next to each other where the user can select an item from the left table, press a button and that item is removed from that table and added to the right table. Same thing going from right to left.
A user needs to select an item from either table and when that table item is selected, I need to be able to clear the other table of any selections. I have tried to kludge it by doing "selectionModel.setSelected(selectionModel.getSelectedObject(), false)". That does clear the list, but if you try and re-select the same item, it highlights yellow but is not selected. Is there an API to clear CellTable or CellLists? Is there a workaround? Frank -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
