Hello I'd like to use deferred binding in gwt, but I've a problem. I have some classes which have the "same functionality" for different platforms. Now I'd like to define via method parameter, which of the classes should be load. Do accept all classes, the parameter has the Datatype "Class". But if I pass my class by parameter of Datatype "Class" and use the method GWT.create(), it creates an Object of the type "Class" instead of the type I've passed. My question now is, how do I have to pass my Classes so I can create them with the method GWT.create() ?
-- 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.
