MultiselectionModel means that more than one item on your cellList can be 
selected. Is this what you want?

I have tackled a similar problem, meaning that my compsiteCell consists of a 
couple of other cells and each is performing its own action when clicked. 

Have a look 
at http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellTree 
ContactTreeViewModel.java  for an example of a compositeCell. I believe 
checkboxCells should be enough for what you need.

For the clickable image cell look at the source code of ActionCell and how 
it delegates if you feel the need to create a custom cell for this purpose. 
Basically you can just copy it and change its template to an image instead.


-G

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/gOx7Da9Zl3IJ.
To post to this group, send email to google-web-toolkit@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.

Reply via email to