Interface SimplePager.Resources
- All Superinterfaces:
ClientBundle
- Enclosing class:
SimplePager
A ClientBundle that provides images for this widget.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
-
Method Summary
Modifier and TypeMethodDescriptionThe image used to skip ahead multiple pages.The disabled "fast forward" image.The image used to go to the first page.The disabled first page image.The image used to go to the last page.The disabled last page image.The image used to go to the next page.The disabled next page image.The image used to go to the previous page.The disabled previous page image.The styles used in this widget.
-
Method Details
-
simplePagerFastForward
The image used to skip ahead multiple pages. -
simplePagerFastForwardDisabled
The disabled "fast forward" image. -
simplePagerFirstPage
The image used to go to the first page. -
simplePagerFirstPageDisabled
The disabled first page image. -
simplePagerLastPage
The image used to go to the last page. -
simplePagerLastPageDisabled
The disabled last page image. -
simplePagerNextPage
The image used to go to the next page. -
simplePagerNextPageDisabled
The disabled next page image. -
simplePagerPreviousPage
The image used to go to the previous page. -
simplePagerPreviousPageDisabled
The disabled previous page image. -
simplePagerStyle
The styles used in this widget.
-