Hello, I have a case for a dialog that operates very similar to the CellList example included in the Showcase. That is, I need to have the ability to add items to a list, select them, and display a form (within the same dialog) for the selected item.
I was trying to set it up with an implementation combination of HasDataEditor and ValueAwareEditor but even if I get the value from the CellList's SelectionModel I don't get how I can set the values on an editor that is dynamically displayed. (I thought maybe of using another RequestFactoryEditorDriver on the inner editor but this doesn't seem to work...) Then during my searches I found some very small amount of information on ValuePicker. However, I cannot grasp from the code or sparse documentation whether ValuePicker (as the name implies) is made for picking an option out of a preset list (like selecting an enum value) or for getting the value from a dynamic list for use in a separate editor? Can anyone provide any clues as to whether ValuePicker is what I should be using or if there is some way to achieve the concept of a form displaying the value of item selected from a list? -- 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.
