Ok I now created a HashMap<MyItem, ListDataProvider<MyItem>> for holding a reference to all subItems, and the key is the parent item.
And for each refresh I first detect the subItem, get its parent, retrieve the subDataProvider from the HashMap using the parent, and then forcing the.refresh()on that particular subdata. I feel that's lots of boilerplate, but could not find another way... -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/na3D87FxWz8J. 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.
