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 <erm...@gmail.com> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment