com.google.gwt.user.client.ui
Interface TreeImages

All Superinterfaces:
ImageBundle

Deprecated. replaced by Tree.Resources.

@Deprecated
public interface TreeImages
extends ImageBundle

An ImageBundle that provides images for Tree.

Example


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.ImageBundle
ImageBundle.Resource
 
Method Summary
 AbstractImagePrototype treeClosed()
          Deprecated. An image indicating a closed branch.
 AbstractImagePrototype treeLeaf()
          Deprecated. An image indicating a leaf.
 AbstractImagePrototype treeOpen()
          Deprecated. An image indicating an open branch.
 

Method Detail

treeOpen

AbstractImagePrototype treeOpen()
Deprecated. 
An image indicating an open branch.

Returns:
a prototype of this image

treeClosed

AbstractImagePrototype treeClosed()
Deprecated. 
An image indicating a closed branch.

Returns:
a prototype of this image

treeLeaf

AbstractImagePrototype treeLeaf()
Deprecated. 
An image indicating a leaf.

Returns:
a prototype of this image