com.google.gwt.widgetideas.table.client
Interface PagingOptions.PagingOptionsImages

All Superinterfaces:
com.google.gwt.user.client.ui.ImageBundle
Enclosing class:
PagingOptions

public static interface PagingOptions.PagingOptionsImages
extends com.google.gwt.user.client.ui.ImageBundle

An ImageBundle that provides images for PagingOptions.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.ImageBundle
com.google.gwt.user.client.ui.ImageBundle.Resource
 
Method Summary
 com.google.gwt.user.client.ui.AbstractImagePrototype pagingOptionsFirstPage()
          An image used to navigate to the first page.
 com.google.gwt.user.client.ui.AbstractImagePrototype pagingOptionsLastPage()
          An image used to navigate to the last page.
 com.google.gwt.user.client.ui.AbstractImagePrototype pagingOptionsNextPage()
          An image used to navigate to the next page.
 com.google.gwt.user.client.ui.AbstractImagePrototype pagingOptionsPrevPage()
          An image used to navigate to the previous page.
 

Method Detail

pagingOptionsFirstPage

com.google.gwt.user.client.ui.AbstractImagePrototype pagingOptionsFirstPage()
An image used to navigate to the first page.

Returns:
a prototype of this image

pagingOptionsLastPage

com.google.gwt.user.client.ui.AbstractImagePrototype pagingOptionsLastPage()
An image used to navigate to the last page.

Returns:
a prototype of this image

pagingOptionsNextPage

com.google.gwt.user.client.ui.AbstractImagePrototype pagingOptionsNextPage()
An image used to navigate to the next page.

Returns:
a prototype of this image

pagingOptionsPrevPage

com.google.gwt.user.client.ui.AbstractImagePrototype pagingOptionsPrevPage()
An image used to navigate to the previous page.

Returns:
a prototype of this image