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