Uses of Interface
com.google.gwt.user.cellview.client.TreeNode
Packages that use TreeNode
-
Uses of TreeNode in com.google.gwt.user.cellview.client
Classes in com.google.gwt.user.cellview.client that implement TreeNodeModifier and TypeClassDescription(package private) class
A node in the tree.(package private) static class
An implementation ofTreeNode
that delegates to aCellTreeNodeView
.Methods in com.google.gwt.user.cellview.client that return TreeNodeModifier 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.Methods in com.google.gwt.user.cellview.client with parameters of type TreeNodeModifier and TypeMethodDescriptionvoid
CellTree.setKeyboardSelectedTreeNode
(TreeNode parentNode, int childIndex, boolean stealFocus) Sets the node that will be selected when the CellTree gains keyboard focus.Method parameters in com.google.gwt.user.cellview.client with type arguments of type TreeNodeModifier and TypeMethodDescriptionAbstractCellTree.addCloseHandler
(CloseHandler<TreeNode> handler) AbstractCellTree.addOpenHandler
(OpenHandler<TreeNode> handler)