JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Deprecated
Help
GWT 2.8.2
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
TreeItem
asTreeItem
()
Returns the
TreeItem
aspect of the receiver.
Method Detail
asTreeItem
TreeItem
asTreeItem()
Returns the
TreeItem
aspect of the receiver.
Skip navigation links
Overview
Package
Class
Use
Deprecated
Help
GWT 2.8.2
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method