Guvnor Commons UI 6.0.0.Beta2

org.kie.guvnor.commons.ui.client.resources
Interface GuvnorSimplePagerResources

All Superinterfaces:
com.google.gwt.resources.client.ClientBundle

public interface GuvnorSimplePagerResources
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
 
Field Summary
static GuvnorSimplePagerResources INSTANCE
           
 
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.
 

Field Detail

INSTANCE

static final GuvnorSimplePagerResources INSTANCE
Method Detail

simplePagerFastForward

@ImageResource.ImageOptions(flipRtl=true)
@ClientBundle.Source(value="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="images/simplepager/simplePagerFastForwardDisabled.png")
com.google.gwt.resources.client.ImageResource simplePagerFastForwardDisabled()
The disabled "fast forward" image.


simplePagerFirstPage

@ImageResource.ImageOptions(flipRtl=true)
@ClientBundle.Source(value="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="images/simplepager/simplePagerFirstPageDisabled.png")
com.google.gwt.resources.client.ImageResource simplePagerFirstPageDisabled()
The disabled first page image.


simplePagerLastPage

@ImageResource.ImageOptions(flipRtl=true)
@ClientBundle.Source(value="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="images/simplepager/simplePagerLastPageDisabled.png")
com.google.gwt.resources.client.ImageResource simplePagerLastPageDisabled()
The disabled last page image.


simplePagerNextPage

@ImageResource.ImageOptions(flipRtl=true)
@ClientBundle.Source(value="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="images/simplepager/simplePagerNextPageDisabled.png")
com.google.gwt.resources.client.ImageResource simplePagerNextPageDisabled()
The disabled next page image.


simplePagerPreviousPage

@ImageResource.ImageOptions(flipRtl=true)
@ClientBundle.Source(value="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="images/simplepager/simplePagerPreviousPageDisabled.png")
com.google.gwt.resources.client.ImageResource simplePagerPreviousPageDisabled()
The disabled previous page image.


simplePagerStyle

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


Guvnor Commons UI 6.0.0.Beta2

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