Hi, i have a problem on adding "dblclick" event when extending
AbstractCell.
This way works:

 Cell<Folder> cell = new AbstractCell<Folder>("dblclick")
 {....}

But when i try to create a class i have an error:"Syntax error on
tokens, AnnotationName expected instead"

 private static class CartellaCell extends AbstractCell<Cartella>
("dblclick")
  {....}

Any idea. Thanks


private static class CartellaCell extends AbstractCell<Cartella>

On 14 Apr, 13:49, lamre <[email protected]> wrote:
> Thanks

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