EDIT:
FlexTable.clearCell(row_to_delete, column);

On Fri, Apr 4, 2014 at 12:21 PM, Davide Micheletti <d.michelett...@gmail.com
> wrote:

> for(col = 0; col < 3; col++)
>        FlexTable.clearCell(row, column);
>
> FlexTable.removeRow(row_to_delete);
>
> that removes the Widgets from the row and if there aren't widgets the
> contents will be only cleared..
>
> However if you use the standard function, insertRow(int beforeRow) of gwt,
> it right that the new row is blank..
>
>
>
> On Fri, Apr 4, 2014 at 5:16 AM, Amir kessentini <kessentini.a...@gmail.com
> > wrote:
>
>> i found a solution but i'm in trouble again :(
>>>
>>  each row containes 3 textBox.when i click on button delete row it works
>> fine but when i try to add new row it's make a blank row.
>> i have a problem on my delete row.i guess i don't have to remove the row
>> but to remove the textbox on this row.
>> how to do that ?
>>
>> --
>> 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 google-web-toolkit+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-web-toolkit@googlegroups.com.
>> Visit this group at http://groups.google.com/group/google-web-toolkit.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to