com.google.gwt.user.cellview.client
Interface CellTree.CleanResources

All Superinterfaces:
CellTree.Resources, ClientBundle
Enclosing class:
CellTree

public static interface CellTree.CleanResources
extends CellTree.Resources

A cleaner version of the table that uses less graphics.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.ClientBundle
ClientBundle.Source
 
Method Summary
 ImageResource cellTreeClosedItem()
          An image indicating a closed branch.
 ImageResource cellTreeLoading()
          An image indicating that a node is loading.
 ImageResource cellTreeOpenItem()
          An image indicating an open branch.
 CellTree.CleanStyle cellTreeStyle()
          The styles used in this widget.
 
Methods inherited from interface com.google.gwt.user.cellview.client.CellTree.Resources
cellTreeSelectedBackground
 

Method Detail

cellTreeClosedItem

ImageResource cellTreeClosedItem()
Description copied from interface: CellTree.Resources
An image indicating a closed branch.

Specified by:
cellTreeClosedItem in interface CellTree.Resources

cellTreeLoading

ImageResource cellTreeLoading()
Description copied from interface: CellTree.Resources
An image indicating that a node is loading.

Specified by:
cellTreeLoading in interface CellTree.Resources

cellTreeOpenItem

ImageResource cellTreeOpenItem()
Description copied from interface: CellTree.Resources
An image indicating an open branch.

Specified by:
cellTreeOpenItem in interface CellTree.Resources

cellTreeStyle

CellTree.CleanStyle cellTreeStyle()
Description copied from interface: CellTree.Resources
The styles used in this widget.

Specified by:
cellTreeStyle in interface CellTree.Resources