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(i<table.getRowCount()){
while(j<table.getColumnCount(){
*myList = table.getCellText(i,j) ??? ( I don't know how to do that )** *
j=j+1;
}
i=i+1;
j=0;
}
I don't know how to get a cell individually...
Can you help me?
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.