Anyone have any tips on using polymorphic types within the editor framework?
I have some paths of my object graph that hold polymorphic types, and
their getters return the super type. How can I create the correct
editor for these paths?
Creating a ValueAwareEditor<T> where T is the super-type, and I can
check what concrete type the object is in the setValue() method, and
then... ?  Or perhaps another way?

Cheers,
Aidan.

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

Reply via email to