GWT - Add and remove nodes in celltree

前端 未结 3 904
梦谈多话
梦谈多话 2021-01-05 05:16

Here I have an complete and very easy example to dynamically add/remove nodes to an celltree. My example is not working very well. It seems there is an refresh problem. Only

3条回答
  •  生来不讨喜
    2021-01-05 05:28

    I think I may have licked the problem...

    Essentially I've extended and subclasses many parts of CellTree and have obtained an almost perfect working example. Too complex to document here, but suffice to say the solution involved using a node class where I stored the data provider within each node.

    https://code.google.com/p/updatable-cell-tree/

提交回复
热议问题