One last question. If I update the ListDataProvier of the Child
On Nov 3, 7:38 pm, John LaBanca <
jlaba...@google.com> wrote:
> You are correct that refreshing the ListDataProvider<ObjectA> will only
> update that level of the tree. You need to keep a reference to
> ListDataProvider<ObjectB> in order to refresh that section of the tree.
> That probably means creating a parallel tree structure of
> ListDataProviders, or at least having a map for ObjectA to the
> ListDataProvider<ObjectB> that represents its children.
>
> One workaround is to close/reopen the TreeNode, which will cause it to
> request a new DefaultNodeInfo from the TreeViewModel.
>
> Thanks,
> John LaBanca