Wednesday, May 25, 2016

Re: How to sort a list of objects from the shared folder on server-side?



On Thursday, May 19, 2016 at 7:12:59 PM UTC+2, Jens wrote:
Don't implement Comparable in your shared class but instead use Collections.sort(List, Comparator) on your server. The comparator can then only live on the server.
 
This works fine! Thank you!

Magnus

--
You received this message because you are subscribed to the Google Groups "GWT Users" 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 https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment