Oh, so sad, any existing code or sample code available to accomplish my requirement? the requirement is "jumping to a certain page like the following: Showing 1 to 10 of 123 records < | >| 1 | 2 |....| 12 | 13
if user press on the number, can jump to that page, if press <, jump to previous page,if press >, jump to next page. " On Jan 20, 12:12 am, Thomas Broyer <[email protected]> wrote: > No (SimplePager only shows prev/next and/or first/last, and the current > page), but you can easily build your own (extend AbstractPager, it gives > you everything you need, and you just have to code the UI around that) -- 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.
