Wednesday, December 29, 2010

Re: Editor framework and interfaces

Thanks Thomas, I'll try it later at some point. Last time I tried it
was with GWT 2.1 RC1 and they didn't seem two work as they supposed
to, but I could be doing something wrong.

On Dec 17, 12:27 pm, Thomas Broyer <t.bro...@gmail.com> wrote:
> They do work with interfaces, but your interface has to declare *all* sub-editors
> as no-arg methods. The Editor framework being a compile-time thing, it won't
> look at SimpleFooView if you tell it too look at the FooView interface; it
> only looks at what you tell it to, and doesn't search for classes
> extending/implementing it (only GWT-RPC does that, but neither UiBinder, the
> Editor framework or RequestFactory)

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