JavaScript is disabled on your browser.
Skip navigation links
GWT 2.12.1
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.google.gwt.user.client.ui
Interface IsTreeItem
All Known Implementing Classes:
TreeItem
public interface
IsTreeItem
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.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
TreeItem
asTreeItem
()
Returns the
TreeItem
aspect of the receiver.
Method Details
asTreeItem
TreeItem
asTreeItem
()
Returns the
TreeItem
aspect of the receiver.