I think this is a known bug.
http://code.google.com/p/google-web-toolkit/issues/detail?id=6359
On Dec 15, 7:14 pm, Christopher Piggott wrote:
> I have another CellTree question but this one is weirder.
>
> I am trying to make a generalized tree model. For now it just uses
> strings, plan is t
I have another CellTree question but this one is weirder.
I am trying to make a generalized tree model. For now it just uses
strings, plan is to make it more exciting later.
Two things can go into this tree:
static class Category extends Leaf {
Category(String label) {