Monday, April 20, 2015

Re: update checkbox after asking the server

Let me simplify my question.

How can I update the rows that have changed? When I delete a complete entry/row 
table.setVisibleRangeAndClearData(table.getVisibleRange(), true);
works perfectly fine. But if the entries are not changed the checkbox is not changed back by that line of code. When I reload the page (pressing F5) all data is right again.
  1. I have some rows/entries with a checkbox/boolean
  2. I click it
  3. A dialog opens asking me "really?"
  4. I say "no"
  5. The checkbox should be unchecked again
Any advice?
Best regards!

--
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+unsubscribe@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.

No comments:

Post a Comment