> For the places need to carry a parameter, it'll need to be defined as > a class instead of enum.
The other effect of having your places as enums is that they cannot be extended. So if you provide a framework, people are stuck with the places you define as enums. I had a similar enum extension problem and ended up having to use classes throughout. like fmod mentioned, I'd like to see an example application with a walkthrough. i'm curious to see how this binding concept works out in practice. -- 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.
