any existing component for scroll pages

13 views
Skip to first unread message

tong123123

unread,
Jan 18, 2012, 10:01:47 PM1/18/12
to Google Web Toolkit
I am new to GWT, I want to know, if there is any existing component in
gwt for 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.

thanks in advance.

Thomas Broyer

unread,
Jan 19, 2012, 11:12:21 AM1/19/12
to google-we...@googlegroups.com
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)

tong123123

unread,
Jan 20, 2012, 1:18:47 AM1/20/12
to Google Web Toolkit
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. "

Reply all
Reply to author
Forward
0 new messages