public static interface

CellTree.Resources

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

Class Overview

A ClientBundle that provides images for this widget.

Summary

Public Methods
abstract ImageResource cellTreeClosedItem()
An image indicating a closed branch.
abstract ImageResource cellTreeLoading()
An image indicating that a node is loading.
abstract ImageResource cellTreeOpenItem()
An image indicating an open branch.
abstract ImageResource cellTreeSelectedBackground()
The background used for selected items.
abstract CellTree.Style cellTreeStyle()
The styles used in this widget.

Public Methods

public abstract ImageResource cellTreeClosedItem ()

An image indicating a closed branch.

public abstract ImageResource cellTreeLoading ()

An image indicating that a node is loading.

public abstract ImageResource cellTreeOpenItem ()

An image indicating an open branch.

public abstract ImageResource cellTreeSelectedBackground ()

The background used for selected items.

public abstract CellTree.Style cellTreeStyle ()

The styles used in this widget.