Is there a way to setup an editor so with a subeditor for one item within a list without having to setup a ListEditor? My example is:
I have an ConfigProxy that contains a list of LanguageProxy's (which contain a language code and a boolean for whether it is the default language or not). When the user first starts up the program I need them to create their ConfigProxy before doing anything and along with that I want them to specify a default language. That means I want them to create 1 and only 1 LanguageProxy that will be flushed into the List<LanguageProxy> in ConfigProxy. Because I want them to only create 1 instance, it seems like overkill to have to put in a ListEditor but I cannot think of a way to setup the "Path" annotations to point a simple editor to object within a List. Is this possible? -- 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.
