public interface

TreeImages

implements ImageBundle
com.google.gwt.user.client.ui.TreeImages

This interface is deprecated.
replaced by Tree.Resources.

Class Overview

An ImageBundle that provides images for Tree.

Example

{@example com.google.gwt.examples.TreeImagesExample}

Summary

Public Methods
abstract AbstractImagePrototype treeClosed()
An image indicating a closed branch.
abstract AbstractImagePrototype treeLeaf()
An image indicating a leaf.
abstract AbstractImagePrototype treeOpen()
An image indicating an open branch.

Public Methods

public abstract AbstractImagePrototype treeClosed ()

An image indicating a closed branch.

Returns
  • a prototype of this image

public abstract AbstractImagePrototype treeLeaf ()

An image indicating a leaf.

Returns
  • a prototype of this image

public abstract AbstractImagePrototype treeOpen ()

An image indicating an open branch.

Returns
  • a prototype of this image