I have a CellTable that has a cell that when I click on it I need to remove the current row. I've tried deleting the object from the ArrayList and redrawing the CellTable but it doesn't work. Also I've tried to call setRowData again and redraw the CellTable and the table doesn't redraw. If I use an external button to add a new object to the array and call setRowData it does work. I don't know if it has to do that I'm deleting the row from withing an event of the CellTable.
Regards,
Néstor Boscán
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment