Thanks for the response. I made some progress, like you say the trick is 
mostly in processing the DOM in the onBrowserEvent. I also had the issue of 
the pointer/selection trying to be handled by the CellList, this requires 
un-styling it appropriately and turning off selection mode:

    cellList.setSelectionModel(new NoSelectionModel<ReviewEntry>(),
            
DefaultSelectionEventManager.<ReviewEntry>createWhitelistManager());

Propagating the click events will be a little interesting as well as 
conditionally constructing these links in the cell renderer, but the end 
state is in sight.

Thanks!,
J

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


Reply via email to