Re: GWT Incubator - ScrollTable with TextBox

2009-06-10 Thread Isaac Truett
I think you want getWidget(), not getText(). Cast the result to TextBox (or perhaps HasText if you want something more generic) and get the text from that. On Sun, Jun 7, 2009 at 1:39 PM, abhiram abhir...@gmail.com wrote: Hi all,   I wanted to know if Scrolltable is a panel good enough to

Re: GWT Incubator - ScrollTable with TextBox

2009-06-10 Thread Peter Kirklewski
Hi there Anyone who played with chronoscope and eclipse and knows somw good tutorials please ? Best regards Peter --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: GWT Incubator - ScrollTable with TextBox

2009-06-10 Thread abhiram wuntakal
Thanks Isaac, I found an other way to get the logic working. it was necessary so that i could conviniently delete the row, save the row data and other such activities!!! thanks again... regards, Abhiram On 6/11/09, Isaac Truett itru...@gmail.com wrote: I think you want getWidget(), not

GWT Incubator - ScrollTable with TextBox

2009-06-07 Thread abhiram
Hi all, I wanted to know if Scrolltable is a panel good enough to hold TextBox widgets. I have created a ScrollTable (using gwt-incubator_1-5_Dec_28) with TextBoxes in a particular column and labels in other columns. I can extract the label value using the function