suppose I got a person object with list of book and I bind it to a
@Path("books")
ListEditor<Book, BookUI> listEditor = ListEditor.of(new
BookUIFactory());
when the BookUI receive a remove book click, how should I suppose to
update the underlying list and and the editor framework?
same question on how to add a new book too?
thanks for you help.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.