Uses of Interface
com.google.gwt.user.cellview.client.TreeNode
-
Uses of TreeNode in com.google.gwt.user.cellview.client
Modifier and TypeClassDescription(package private) class
A node in the tree.(package private) static class
An implementation ofTreeNode
that delegates to aCellTreeNodeView
.Modifier and TypeMethodDescriptionCellTree.getKeyboardSelectedTreeNode()
Returns the TreeNode that is selected when the CellTree has keyboard focus.CellTreeNodeView.TreeNodeImpl.getParent()
TreeNode.getParent()
Get the parent node of this node.abstract TreeNode
AbstractCellTree.getRootTreeNode()
Get the rootTreeNode
.CellBrowser.getRootTreeNode()
CellTree.getRootTreeNode()
(package private) TreeNode
CellTreeNodeView.getTreeNode()
Get aTreeNode
with a public API for this node view.CellBrowser.TreeNodeImpl.setChildOpen
(int index, boolean open) CellBrowser.TreeNodeImpl.setChildOpen
(int index, boolean open, boolean fireEvents) CellTreeNodeView.TreeNodeImpl.setChildOpen
(int index, boolean open) CellTreeNodeView.TreeNodeImpl.setChildOpen
(int index, boolean open, boolean fireEvents) TreeNode.setChildOpen
(int index, boolean open) Open or close a child node and fire an event.TreeNode.setChildOpen
(int index, boolean open, boolean fireEvents) Open or close the node, optionally firing an event.Modifier and TypeMethodDescriptionvoid
CellTree.setKeyboardSelectedTreeNode
(TreeNode parentNode, int childIndex, boolean stealFocus) Sets the node that will be selected when the CellTree gains keyboard focus.Modifier and TypeMethodDescriptionAbstractCellTree.addCloseHandler
(CloseHandler<TreeNode> handler) AbstractCellTree.addOpenHandler
(OpenHandler<TreeNode> handler)