public interface

IsTreeItem

com.google.gwt.user.client.ui.IsTreeItem
Known Indirect Subclasses

Class Overview

Extended by objects which have underlying TreeItem. Provides access to that item, if it exists, without compromising the ability to provide a mock object instance in JRE unit tests.

Summary

Public Methods
abstract TreeItem asTreeItem()
Returns the TreeItem aspect of the receiver.

Public Methods

public abstract TreeItem asTreeItem ()

Returns the TreeItem aspect of the receiver.