On Sunday, February 17, 2013 1:08:31 PM UTC+1, membersound wrote: > > Ok so this would mean I have to call the SetPageSize everytime I add a new > entry. Hm that's not really ideal, can't I have auto-growing table? >
Yes: use Integer.MAX_VALUE (or 1000, as you suggested) as the page size (either at construction time or calling setPageSize) no longer worry about it. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
