First of all, thank you for the answer
> // This still has to be written, to semantically determine what type of
> widget you are planning to use in your editor
>
> interface CustomerView implements XXMarkerInterface {
> TextBox field1;
> Label field2; ...
> ...
> <SomeWidgetType> field10;
>
> }
If I understand you right, this par still has to be written for every
view I will create. I have literally hundreds if not thousands of
them. All the data models are generated, so I don't have to worry
about them. I want to write a generator, that would generate editors
fields according to given data model in runtime. If I still have to
write those interfaces manually, that does not differ from writing
editor classes manually. That's still the boilerplate hardcoding.
Correct me if I didn't understand you correct.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.