How to remove a object from listEditor in new editor framework?
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 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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home