IntelliJ Java IDE
The moose likes GWT and the fly likes how to enable the last button of simplepager? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » GWT
Reply Bookmark "how to enable the last button of simplepager?" Watch "how to enable the last button of simplepager?" New topic
Author

how to enable the last button of simplepager?

peter tong
Ranch Hand

Joined: Mar 15, 2008
Posts: 219
follow the example in
SimplePager
and find that the last button >> is unenabled, so user need to step page by page until the end.

I want to know how to enable the last button of simplepager?
I see the showcase source and there is one statement


I know the last parameter cause the last button to show, but what is SimplePager.Resources? any example to create it? or could I pass a null to it if I have not any SimplePager.Resources?
Harendra Kumar
Greenhorn

Joined: Jun 28, 2009
Posts: 2
Checkout the other overloaded constructors for simplePager. Below one give access you enable or disable fastforward button.


The resources are here the the Images and Css resources that are used by simplePager.
 
 
subject: how to enable the last button of simplepager?
 
Threads others viewed
Creation of an account in html
Using pager with input fields
CellTable and Pager: shows all data instead of limited number of items per page
component for pager function
parent and child page - Refresh Problem?
MyEclipse, The Clear Choice