org.drools.guvnor.client.widgets.tables
Interface GuvnorSimplePager.Resources

All Superinterfaces:
com.google.gwt.resources.client.ClientBundle
Enclosing class:
GuvnorSimplePager

public static interface GuvnorSimplePager.Resources
extends com.google.gwt.resources.client.ClientBundle

A ClientBundle that provides images for this widget.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
com.google.gwt.resources.client.ClientBundle.Source
 
Method Summary
 com.google.gwt.resources.client.ImageResource simplePagerFastForward()
          The image used to skip ahead multiple pages.
 com.google.gwt.resources.client.ImageResource simplePagerFastForwardDisabled()
          The disabled "fast forward" image.
 com.google.gwt.resources.client.ImageResource simplePagerFirstPage()
          The image used to go to the first page.
 com.google.gwt.resources.client.ImageResource simplePagerFirstPageDisabled()
          The disabled first page image.
 com.google.gwt.resources.client.ImageResource simplePagerLastPage()
          The image used to go to the last page.
 com.google.gwt.resources.client.ImageResource simplePagerLastPageDisabled()
          The disabled last page image.
 com.google.gwt.resources.client.ImageResource simplePagerNextPage()
          The image used to go to the next page.
 com.google.gwt.resources.client.ImageResource simplePagerNextPageDisabled()
          The disabled next page image.
 com.google.gwt.resources.client.ImageResource simplePagerPreviousPage()
          The image used to go to the previous page.
 com.google.gwt.resources.client.ImageResource simplePagerPreviousPageDisabled()
          The disabled previous page image.
 GuvnorSimplePager.Style simplePagerStyle()
          The styles used in this widget.
 

Method Detail

simplePagerFastForward

@ImageResource.ImageOptions(flipRtl=true)
@ClientBundle.Source(value="../../resources/images/simplepager/simplePagerFastForward.png")
com.google.gwt.resources.client.ImageResource simplePagerFastForward()
The image used to skip ahead multiple pages.


simplePagerFastForwardDisabled

@ImageResource.ImageOptions(flipRtl=true)
@ClientBundle.Source(value="../../resources/images/simplepager/simplePagerFastForwardDisabled.png")
com.google.gwt.resources.client.ImageResource simplePagerFastForwardDisabled()
The disabled "fast forward" image.


simplePagerFirstPage

@ImageResource.ImageOptions(flipRtl=true)
@ClientBundle.Source(value="../../resources/images/simplepager/simplePagerFirstPage.png")
com.google.gwt.resources.client.ImageResource simplePagerFirstPage()
The image used to go to the first page.


simplePagerFirstPageDisabled

@ImageResource.ImageOptions(flipRtl=true)
@ClientBundle.Source(value="../../resources/images/simplepager/simplePagerFirstPageDisabled.png")
com.google.gwt.resources.client.ImageResource simplePagerFirstPageDisabled()
The disabled first page image.


simplePagerLastPage

@ImageResource.ImageOptions(flipRtl=true)
@ClientBundle.Source(value="../../resources/images/simplepager/simplePagerLastPage.png")
com.google.gwt.resources.client.ImageResource simplePagerLastPage()
The image used to go to the last page.


simplePagerLastPageDisabled

@ImageResource.ImageOptions(flipRtl=true)
@ClientBundle.Source(value="../../resources/images/simplepager/simplePagerLastPageDisabled.png")
com.google.gwt.resources.client.ImageResource simplePagerLastPageDisabled()
The disabled last page image.


simplePagerNextPage

@ImageResource.ImageOptions(flipRtl=true)
@ClientBundle.Source(value="../../resources/images/simplepager/simplePagerNextPage.png")
com.google.gwt.resources.client.ImageResource simplePagerNextPage()
The image used to go to the next page.


simplePagerNextPageDisabled

@ImageResource.ImageOptions(flipRtl=true)
@ClientBundle.Source(value="../../resources/images/simplepager/simplePagerNextPageDisabled.png")
com.google.gwt.resources.client.ImageResource simplePagerNextPageDisabled()
The disabled next page image.


simplePagerPreviousPage

@ImageResource.ImageOptions(flipRtl=true)
@ClientBundle.Source(value="../../resources/images/simplepager/simplePagerPreviousPage.png")
com.google.gwt.resources.client.ImageResource simplePagerPreviousPage()
The image used to go to the previous page.


simplePagerPreviousPageDisabled

@ImageResource.ImageOptions(flipRtl=true)
@ClientBundle.Source(value="../../resources/images/simplepager/simplePagerPreviousPageDisabled.png")
com.google.gwt.resources.client.ImageResource simplePagerPreviousPageDisabled()
The disabled previous page image.


simplePagerStyle

@ClientBundle.Source(value="../../resources/css/SimplePager.css")
GuvnorSimplePager.Style simplePagerStyle()
The styles used in this widget.



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.