Hello all! I am building quite huge web application using GXT. I need to make couple of hundreds windows with editable fields. What I want is to make generator that would generate Editor UI according to DataModel in runtime. But I can't see how this can be done as Editor field names has to match DataModel field names (@Path annotation can be used as well). Either way knowing this it is not possible to generate fields based on DataModel field list in runtime. The Editor class has to be built at compile time. Is there a way I could generate editor fields in runtime?
-- 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.
