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

Reply via email to