com.google.gwt.widgetideas.table.client
Interface ScrollTable.ScrollTableImages

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

public static interface ScrollTable.ScrollTableImages
extends com.google.gwt.user.client.ui.ImageBundle

An ImageBundle that provides images for ScrollTable.


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 scrollTableAscending()
          An image indicating that a column is sorted in ascending order.
 com.google.gwt.user.client.ui.AbstractImagePrototype scrollTableDescending()
          An image indicating a column is sorted in descending order.
 com.google.gwt.user.client.ui.AbstractImagePrototype scrollTableFillWidth()
          An image used to fill the available width.
 

Method Detail

scrollTableFillWidth

com.google.gwt.user.client.ui.AbstractImagePrototype scrollTableFillWidth()
An image used to fill the available width.

Returns:
a prototype of this image

scrollTableAscending

com.google.gwt.user.client.ui.AbstractImagePrototype scrollTableAscending()
An image indicating that a column is sorted in ascending order.

Returns:
a prototype of this image

scrollTableDescending

com.google.gwt.user.client.ui.AbstractImagePrototype scrollTableDescending()
An image indicating a column is sorted in descending order.

Returns:
a prototype of this image