Hi:

I have a situation where I want to edit a Celltable Cell in its
FieldUpdater() method.

I'd like the user to see the value after the edits are applied.

The use case is the situation where the Context key value is in the
cell's value:

Context.key = "1", Cell value = "1,2"

in this case, I want to remove the "1" and redisplay the new cell value
as "2"

It looks like I have to extend EditTextCell to get this redisplay
behavior. Is this correct?

Cheers,
jec

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
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