When using a MultiSelectionModel on a CellList should I be able to deselect an item in the CellList?

2010-11-09 Thread Blackberet
I've created a CellListString with a MultiSelectionModelString and
it seems to work correctlty in that it allows the user to select
multiple items and I can programmatically retrieve the selected items.

But, when trying to deselect an item the item does not deselect.

Is there something that I'm missing to get this behavior?

Using GWT 2.1.

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: When using a MultiSelectionModel on a CellList should I be able to deselect an item in the CellList?

2010-11-09 Thread John LaBanca
Currently, you can only selected rows, you can't deselect them.  User
selection support is very limited in GWT 2.1, but we plan to add support for
shift/ctrl+click in GWT 2.1.1.

Thanks,
John LaBanca
jlaba...@google.com


On Tue, Nov 9, 2010 at 4:39 PM, Blackberet ramonjsanti...@gmail.com wrote:

 I've created a CellListString with a MultiSelectionModelString and
 it seems to work correctlty in that it allows the user to select
 multiple items and I can programmatically retrieve the selected items.

 But, when trying to deselect an item the item does not deselect.

 Is there something that I'm missing to get this behavior?

 Using GWT 2.1.

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.