Re: Trouble with CheckboxCell in CellTable

2011-04-06 Thread Juan Pablo Gardella
A workaround is http://code.google.com/p/google-web-toolkit/issues/detail?id=5964 On 6 abr, 12:01, Juan Pablo Gardella wrote: > Hi, > > I have problem with update a checkbox column. I try make a sample, but I > can't reproduce, but when I debug my app, I reach CheckboxCell.render > method: > >

Trouble with CheckboxCell in CellTable

2011-04-06 Thread Juan Pablo Gardella
Hi, I have problem with update a checkbox column. I try make a sample, but I can't reproduce, but when I debug my app, I reach CheckboxCell.render method: @Override public void render(Context context, Boolean value, SafeHtmlBuilder sb) { // Get the view data. Object key = context.getK