membersound
unread,Jan 14, 2013, 3:00:51 PM1/14/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
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...