gwtproject / gwt

GWT Open Source Project
http://www.gwtproject.org
1.52k stars 374 forks source link

Add CellTree#setRefreshPolicy(Self/SubTree) #5572

Closed dankurka closed 9 years ago

dankurka commented 9 years ago

Originally reported on Google Code with ID 5573

Detailed description (please be as specific as possible):
Currently, CellTree only refreshes the immediate children of a node when the child
values  change, which means that users have to map values to their associated NodeInfo/DataProviders
if they want to refresh a SubTree.  CellTree#setRefreshPolicy() will allow users to
specify that the CellTree should refresh an entire SubTree.

Reported by jlabanca@google.com on 2010-11-10 15:24:58

dankurka commented 9 years ago
This probably won't make it into GWT 2.1.1, but its still important and should stay
on the radar.

Reported by jlabanca@google.com on 2010-11-15 20:37:14

dankurka commented 9 years ago
For some cases it's also necessary to refresh the parents.

Reported by marco.samstag on 2012-02-08 15:25:40

dankurka commented 9 years ago

Reported by dankurka@google.com on 2013-05-26 02:02:17