| Package | Description | 
|---|---|
| com.google.gwt.user.cellview.client | The "cellview" widget set. | 
| Modifier and Type | Class and Description | 
|---|---|
| (package private) class  | CellBrowser.TreeNodeImpl<C>A node in the tree. | 
| (package private) static class  | CellTreeNodeView.TreeNodeImplAn implementation of  TreeNodethat delegates to aCellTreeNodeView. | 
| Modifier and Type | Method and Description | 
|---|---|
| TreeNode | CellTree. getKeyboardSelectedTreeNode()Returns the TreeNode that is selected when the CellTree has keyboard focus. | 
| TreeNode | TreeNode. getParent()Get the parent node of this node. | 
| TreeNode | CellTreeNodeView.TreeNodeImpl. getParent() | 
| TreeNode | CellTree. getRootTreeNode() | 
| TreeNode | CellBrowser. getRootTreeNode() | 
| abstract TreeNode | AbstractCellTree. getRootTreeNode()Get the root  TreeNode. | 
| (package private) TreeNode | CellTreeNodeView. getTreeNode()Get a  TreeNodewith a public API for this node view. | 
| TreeNode | TreeNode. setChildOpen(int index,
            boolean open)Open or close a child node and fire an event. | 
| TreeNode | CellTreeNodeView.TreeNodeImpl. setChildOpen(int index,
            boolean open) | 
| TreeNode | CellBrowser.TreeNodeImpl. setChildOpen(int index,
            boolean open) | 
| TreeNode | TreeNode. setChildOpen(int index,
            boolean open,
            boolean fireEvents)Open or close the node, optionally firing an event. | 
| TreeNode | CellTreeNodeView.TreeNodeImpl. setChildOpen(int index,
            boolean open,
            boolean fireEvents) | 
| TreeNode | CellBrowser.TreeNodeImpl. setChildOpen(int index,
            boolean open,
            boolean fireEvents) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | CellTree. setKeyboardSelectedTreeNode(TreeNode parentNode,
                           int childIndex,
                           boolean stealFocus)Sets the node that will be selected when the CellTree gains keyboard focus. | 
| Modifier and Type | Method and Description | 
|---|---|
| HandlerRegistration | AbstractCellTree. addCloseHandler(CloseHandler<TreeNode> handler) | 
| HandlerRegistration | AbstractCellTree. addOpenHandler(OpenHandler<TreeNode> handler) |