Hello Thomas,

Thanks a lot for your response but what do you mean by "Try with a
custom CellPreviewEvent.Handler".

I tried :

myCellList.addCellPreviewHandler(new
CellPreviewEvent.Handler<MyObject>(){
        @Override
        public void onCellPreview(CellPreviewEvent<MyObject> in_event){
                System.out.println(in_event);
        }
});

But "onCellPreview" is never called !

-- 
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.

Reply via email to