gwtproject / gwt

GWT Open Source Project
http://www.gwtproject.org
1.52k stars 374 forks source link

Editor framework should support polymorphic sub-editors #6718

Open dankurka opened 9 years ago

dankurka commented 9 years ago

Originally reported on Google Code with ID 6719

Much like RequestFactory has the @ExtraTypes annotation, the Editor framework should
support polymorphic editor subtypes.  This will allow users with polymorphic data hierarchies
to avoid the workarounds detailed in http://stackoverflow.com/q/7043760/607050.

Reported by bob@vawter.org on 2011-08-22 13:33:41

dankurka commented 9 years ago
Just to be clear, the methods to use polymorphic sub-editors detailed in the first answer,
*dont* currently work? The workaround is to use a separate SimpleBeanEditorDriver interface
and manage edit() & flush() ?

Reported by aidanok on 2011-08-23 14:54:04

dankurka commented 9 years ago
Are there any tests related to this?

Reported by nixsid on 2011-08-23 17:09:34

dankurka commented 9 years ago
implementing this feature would be highly appreciated...

Reported by razvan.petruescu@gravitant.com on 2012-11-30 11:19:40