hi...

i'm trying to figure out if there's a way to update other cellTable and 
show that change when one of the cell's fieldUpdater is actviated.

the issue is that i have an object with one property, and a celltable with 
each row of checkboxs display all the possibility of such a property.

so only ONE checkbox can be activated at any time, the logical thing is to 
do this on the fieidUpdater class, however just changing the property  
won't notify the other cells that something has changed, i cannot call a 
redraw or refresh on the celltable from within the updateField as it messes 
up everything. so i need to somehow update the sibling cells to the cell 
i'm changing.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/xyZfot4ezGUJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to