com.google.gwt.widgetideas.table.client
Interface PagingScrollTable.PagingScrollTableImages

All Superinterfaces:
com.google.gwt.user.client.ui.ImageBundle, ScrollTable.ScrollTableImages
Enclosing class:
PagingScrollTable

public static interface PagingScrollTable.PagingScrollTableImages
extends ScrollTable.ScrollTableImages

An ImageBundle that provides images for PagingScrollTable.


Method Summary
 com.google.gwt.user.client.ui.AbstractImagePrototype scrollTableViewFirstPage()
          An image used to navigate to the first page.
 com.google.gwt.user.client.ui.AbstractImagePrototype scrollTableViewLastPage()
          An image used to navigate to the last page.
 com.google.gwt.user.client.ui.AbstractImagePrototype scrollTableViewNextPage()
          An image used to navigate to the next page.
 com.google.gwt.user.client.ui.AbstractImagePrototype scrollTableViewPrevPage()
          An image used to navigate to the previous page.
 
Methods inherited from interface com.google.gwt.widgetideas.table.client.ScrollTable.ScrollTableImages
scrollTableAscending, scrollTableDescending, scrollTableFillWidth
 

Method Detail

scrollTableViewFirstPage

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

Returns:
a prototype of this image

scrollTableViewLastPage

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

Returns:
a prototype of this image

scrollTableViewNextPage

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

Returns:
a prototype of this image

scrollTableViewPrevPage

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

Returns:
a prototype of this image