Re: How to realize paging in combination with a FlexTable

2010-01-07 Thread FKereki
I implemented paging for the Cities Browser example in my article at
http://www.ibm.com/developerworks/library/wa-aj-patterns/ --
specifically, read from Pattern: Caching onwards.

Good luck,
F.Kereki
-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.




How to realize paging in combination with a FlexTable

2010-01-06 Thread ojay
Hi,

I stuck on the problem how I can implement paging in my GWT-App. I
want to show a list of users in a view, therefore I use the FlexTable.
Now it can happen that there are hundreds of users which is a bit too
much for the view, so I want to split it to 20 users on the screen and
let the client user page through this. Something like in Gmail when
you can go through your emails. Actually I do not know how to start??
Can somebody give me an advise how I can solve that?

Thanks
-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.