public static interface

CellTable.Resources

implements ClientBundle
com.google.gwt.user.cellview.client.CellTable.Resources
Known Indirect Subclasses

Class Overview

A ClientBundle that provides images for this widget.

Summary

Public Methods
abstract ImageResource cellTableFooterBackground()
The background used for footer cells.
abstract ImageResource cellTableHeaderBackground()
The background used for header cells.
abstract ImageResource cellTableLoading()
The loading indicator used while the table is waiting for data.
abstract ImageResource cellTableSelectedBackground()
The background used for selected cells.
abstract ImageResource cellTableSortAscending()
Icon used when a column is sorted in ascending order.
abstract ImageResource cellTableSortDescending()
Icon used when a column is sorted in descending order.
abstract CellTable.Style cellTableStyle()
The styles used in this widget.

Public Methods

public abstract ImageResource cellTableFooterBackground ()

The background used for footer cells.

public abstract ImageResource cellTableHeaderBackground ()

The background used for header cells.

public abstract ImageResource cellTableLoading ()

The loading indicator used while the table is waiting for data.

public abstract ImageResource cellTableSelectedBackground ()

The background used for selected cells.

public abstract ImageResource cellTableSortAscending ()

Icon used when a column is sorted in ascending order.

public abstract ImageResource cellTableSortDescending ()

Icon used when a column is sorted in descending order.

public abstract CellTable.Style cellTableStyle ()

The styles used in this widget.