Re: Get Data CellTable

2013-06-05 Thread kim young ill
does the fieldupdater doenst fit your need ? On Wed, Jun 5, 2013 at 9:41 PM, wrote: > Nobody? > > > Le mercredi 29 mai 2013 14:46:48 UTC-4, sebastie...@isen-lille.fr a > écrit : > >> Hi everyone, >> I have a simple CellTable with editable cells. I add a button "save" >> outside of the table. So

Re: Get Data CellTable

2013-06-05 Thread Jens
Add a FieldUpdater to your column. It will be called when editing in a cell has occurred and allows you to update your data with the new edited value. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group a

Re: Get Data CellTable

2013-06-05 Thread sebastien . ribeil
Nobody? Le mercredi 29 mai 2013 14:46:48 UTC-4, sebastie...@isen-lille.fr a écrit : > > Hi everyone, > I have a simple CellTable with editable cells. I add a button "save" > outside of the table. So, I want to be able to save the change of the final > user. > > I want to do something like that:

Re: Get Data CellTable

2013-06-03 Thread sebastien . ribeil
Now I understand why you talk about refresh() or updateRowData(...). The first method doesn't do anything for me and my provider dosen't know the second method updateRowData. I don't find a solution on google. This is a part of my code: public ArrayList> rows = new ArrayList>(); ListDataProvide

Re: Get Data CellTable

2013-05-31 Thread sebastien . ribeil
Thanks for your answer! In fact, I don't want to refresh my table. I just want to get all the data which are in my table. My table is editable by the final user. Le vendredi 31 mai 2013 17:59:38 UTC-4, David a écrit : > > > The cells are reused so there's no way to get a specific rendered cell

Re: Get Data CellTable

2013-05-31 Thread David
The cells are reused so there's no way to get a specific rendered cell from the CellTable. Update the object in your data provider and call refresh() or updateRowData(...). On Friday, May 31, 2013 3:44:08 PM UTC-5, sebastie...@isen-lille.fr wrote: > > Maybe there is an other way to do that? I d

Re: Get Data CellTable

2013-05-31 Thread sebastien . ribeil
Maybe there is an other way to do that? I don't find a solution... Le jeudi 30 mai 2013 14:14:33 UTC-4, sebastie...@isen-lille.fr a écrit : > > I don't find a method to simply get the text in a cell. It's very weird! > > Le mercredi 29 mai 2013 14:46:48 UTC-4, sebastie...@isen-lille.fr a > écrit

Re: Get Data CellTable

2013-05-30 Thread sebastien . ribeil
I don't find a method to simply get the text in a cell. It's very weird! Le mercredi 29 mai 2013 14:46:48 UTC-4, sebastie...@isen-lille.fr a écrit : > > Hi everyone, > I have a simple CellTable with editable cells. I add a button "save" > outside of the table. So, I want to be able to save the ch

Get Data CellTable

2013-05-29 Thread sebastien . ribeil
Hi everyone, I have a simple CellTable with editable cells. I add a button "save" outside of the table. So, I want to be able to save the change of the final user. I want to do something like that: If the button is cliked: int i=0; int j=0; while(ihttp://groups.google.com/group/google-web-toolki