| Package | Description | 
|---|---|
| com.google.gwt.user.cellview.client | The "cellview" widget set. | 
| Modifier and Type | Field and Description | 
|---|---|
| (package private) CellTreeNodeView<?> | CellTree. rootNodeThe hidden root node in the tree. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected <C> CellTreeNodeView<C> | CellTreeNodeView. createTreeNodeView(TreeViewModel.NodeInfo<C> nodeInfo,
                  Element childElem,
                  C childValue,
                  java.lang.Object viewData)Returns an instance of TreeNodeView of the same subclass as the calling
 object. | 
| CellTreeNodeView<?> | CellTreeNodeView. getChildNode(int childIndex) | 
| (package private) CellTreeNodeView<?> | CellTree. getKeyboardSelectedNode()Return the node that has keyboard selection. | 
| (package private) CellTreeNodeView<?> | CellTreeNodeView.TreeNodeImpl. getNodeView() | 
| (package private) CellTreeNodeView<?> | CellTreeNodeView. getParentNode()Return the parent node, or null if this node is the root. | 
| Modifier and Type | Method and Description | 
|---|---|
| (package private) abstract void | CellTree.NodeAnimation. animate(CellTreeNodeView<?> node,
       boolean isAnimationEnabled)Animate a tree node into its new state. | 
| (package private) void | CellTree.RevealAnimation. animate(CellTreeNodeView<?> node,
       boolean isAnimationEnabled)Animate a  CellTreeNodeViewinto its new state. | 
| (package private) int | CellTreeNodeView. indexOf(CellTreeNodeView<?> child) | 
| (package private) void | CellTree. keyboardSelect(CellTreeNodeView<?> node,
              boolean stealFocus)Select a node using the keyboard. | 
| (package private) void | CellTree. maybeAnimateTreeNode(CellTreeNodeView<?> node)Animate the current state of a  CellTreeNodeViewin this tree. | 
| Constructor and Description | 
|---|
| CellTreeNodeView(CellTree tree,
                CellTreeNodeView<?> parent,
                TreeViewModel.NodeInfo<T> parentNodeInfo,
                Element elem,
                T value,
                CellTree.CellTreeMessages messages)Construct a  CellTreeNodeView. | 
| NodeCellList(TreeViewModel.NodeInfo<C> nodeInfo,
            CellTreeNodeView<?> nodeView,
            int pageSize) | 
| TreeNodeImpl(CellTreeNodeView<?> nodeView) |