public static interface

CellTree.BasicResources

implements CellTree.Resources
com.google.gwt.user.cellview.client.CellTree.BasicResources

Class Overview

Resources that match the GWT standard style theme.

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 CellTree.BasicStyle cellTreeStyle()
The styles used in this widget.
[Expand]
Inherited Methods
From interface com.google.gwt.user.cellview.client.CellTree.Resources

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 CellTree.BasicStyle cellTreeStyle ()

The styles used in this widget.