Re: How to restore previous value of EditTextCell in Cell Table

2011-04-05 Thread Derek
I only know a bad way to do this, so I'd like someone else to show me a better way to do this. As with most GWT Cells, as soon as I want to do something different, I have to create my own. So I suggest you look up the code for EditTextCell, copy and paste it into a new MyEditTextCell and then

How to restore previous value of EditTextCell in Cell Table

2011-04-04 Thread Ankur
Hello, I am using CellTable to retrive data from server. I have a EditTextCell. When I try to validate EditTextCell I cannot restore to my previous data. I tried to use cellTable.redraw(). Also I tried using EditTextCell et.SetViewData(Key,ViewData). I am not able to set view data for this