Interface UberfireSimplePagerResources
-
- All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
public interface UberfireSimplePagerResources extends com.google.gwt.resources.client.ClientBundleA ClientBundle that provides images for this widget.
-
-
Field Summary
Fields Modifier and Type Field Description static UberfireSimplePagerResourcesINSTANCE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.resources.client.ImageResourcesimplePagerFastForward()The image used to skip ahead multiple pages.com.google.gwt.resources.client.ImageResourcesimplePagerFastForwardDisabled()The disabled "fast forward" image.com.google.gwt.resources.client.ImageResourcesimplePagerFirstPage()The image used to go to the first page.com.google.gwt.resources.client.ImageResourcesimplePagerFirstPageDisabled()The disabled first page image.com.google.gwt.resources.client.ImageResourcesimplePagerLastPage()The image used to go to the last page.com.google.gwt.resources.client.ImageResourcesimplePagerLastPageDisabled()The disabled last page image.com.google.gwt.resources.client.ImageResourcesimplePagerNextPage()The image used to go to the next page.com.google.gwt.resources.client.ImageResourcesimplePagerNextPageDisabled()The disabled next page image.com.google.gwt.resources.client.ImageResourcesimplePagerPreviousPage()The image used to go to the previous page.com.google.gwt.resources.client.ImageResourcesimplePagerPreviousPageDisabled()The disabled previous page image.UberfireSimplePager.StylesimplePagerStyle()The styles used in this widget.
-
-
-
Field Detail
-
INSTANCE
static final UberfireSimplePagerResources INSTANCE
-
-
Method Detail
-
simplePagerFastForward
@ImageOptions(flipRtl=true) @Source("images/simplepager/simplePagerFastForward.png") com.google.gwt.resources.client.ImageResource simplePagerFastForward()The image used to skip ahead multiple pages.
-
simplePagerFastForwardDisabled
@ImageOptions(flipRtl=true) @Source("images/simplepager/simplePagerFastForwardDisabled.png") com.google.gwt.resources.client.ImageResource simplePagerFastForwardDisabled()The disabled "fast forward" image.
-
simplePagerFirstPage
@ImageOptions(flipRtl=true) @Source("images/simplepager/simplePagerFirstPage.png") com.google.gwt.resources.client.ImageResource simplePagerFirstPage()The image used to go to the first page.
-
simplePagerFirstPageDisabled
@ImageOptions(flipRtl=true) @Source("images/simplepager/simplePagerFirstPageDisabled.png") com.google.gwt.resources.client.ImageResource simplePagerFirstPageDisabled()The disabled first page image.
-
simplePagerLastPage
@ImageOptions(flipRtl=true) @Source("images/simplepager/simplePagerLastPage.png") com.google.gwt.resources.client.ImageResource simplePagerLastPage()The image used to go to the last page.
-
simplePagerLastPageDisabled
@ImageOptions(flipRtl=true) @Source("images/simplepager/simplePagerLastPageDisabled.png") com.google.gwt.resources.client.ImageResource simplePagerLastPageDisabled()The disabled last page image.
-
simplePagerNextPage
@ImageOptions(flipRtl=true) @Source("images/simplepager/simplePagerNextPage.png") com.google.gwt.resources.client.ImageResource simplePagerNextPage()The image used to go to the next page.
-
simplePagerNextPageDisabled
@ImageOptions(flipRtl=true) @Source("images/simplepager/simplePagerNextPageDisabled.png") com.google.gwt.resources.client.ImageResource simplePagerNextPageDisabled()The disabled next page image.
-
simplePagerPreviousPage
@ImageOptions(flipRtl=true) @Source("images/simplepager/simplePagerPreviousPage.png") com.google.gwt.resources.client.ImageResource simplePagerPreviousPage()The image used to go to the previous page.
-
simplePagerPreviousPageDisabled
@ImageOptions(flipRtl=true) @Source("images/simplepager/simplePagerPreviousPageDisabled.png") com.google.gwt.resources.client.ImageResource simplePagerPreviousPageDisabled()The disabled previous page image.
-
simplePagerStyle
@Source("css/UberfireSimplePager.css") UberfireSimplePager.Style simplePagerStyle()The styles used in this widget.
-
-