public static interface

CellBrowser.Resources

implements ClientBundle
com.google.gwt.user.cellview.client.CellBrowser.Resources

Class Overview

A ClientBundle that provides images for this widget.

Summary

Public Methods
abstract ImageResource cellBrowserClosed()
An image indicating a closed branch.
abstract ImageResource cellBrowserOpen()
An image indicating an open branch.
abstract ImageResource cellBrowserOpenBackground()
The background used for open items.
abstract ImageResource cellBrowserSelectedBackground()
The background used for selected items.
abstract CellBrowser.Style cellBrowserStyle()
The styles used in this widget.

Public Methods

public abstract ImageResource cellBrowserClosed ()

An image indicating a closed branch.

public abstract ImageResource cellBrowserOpen ()

An image indicating an open branch.

public abstract ImageResource cellBrowserOpenBackground ()

The background used for open items.

public abstract ImageResource cellBrowserSelectedBackground ()

The background used for selected items.

public abstract CellBrowser.Style cellBrowserStyle ()

The styles used in this widget.