Uses of Class
com.google.gwt.user.cellview.client.CellTreeNodeView
Packages that use CellTreeNodeView
-
Uses of CellTreeNodeView in com.google.gwt.user.cellview.client
Fields in com.google.gwt.user.cellview.client declared as CellTreeNodeViewModifier and TypeFieldDescription(package private) final CellTreeNodeView<?> CellTree.rootNodeThe hidden root node in the tree.Methods in com.google.gwt.user.cellview.client that return CellTreeNodeViewModifier and TypeMethodDescriptionprotected <C> CellTreeNodeView<C> CellTreeNodeView.createTreeNodeView(TreeViewModel.NodeInfo<C> nodeInfo, Element childElem, C childValue, Object viewData) Returns an instance of TreeNodeView of the same subclass as the calling object.CellTreeNodeView.getChildNode(int childIndex) (package private) CellTreeNodeView<?> CellTree.getKeyboardSelectedNode()Return the node that has keyboard selection.(package private) final CellTreeNodeView<?> CellTreeNodeView.TreeNodeImpl.getNodeView()(package private) CellTreeNodeView<?> CellTreeNodeView.getParentNode()Return the parent node, or null if this node is the root.Methods in com.google.gwt.user.cellview.client with parameters of type CellTreeNodeViewModifier and TypeMethodDescription(package private) abstract voidCellTree.NodeAnimation.animate(CellTreeNodeView<?> node, boolean isAnimationEnabled) Animate a tree node into its new state.(package private) voidCellTree.RevealAnimation.animate(CellTreeNodeView<?> node, boolean isAnimationEnabled) Animate aCellTreeNodeViewinto its new state.(package private) intCellTreeNodeView.indexOf(CellTreeNodeView<?> child) (package private) voidCellTree.keyboardSelect(CellTreeNodeView<?> node, boolean stealFocus) Select a node using the keyboard.(package private) voidCellTree.maybeAnimateTreeNode(CellTreeNodeView<?> node) Animate the current state of aCellTreeNodeViewin this tree.Constructors in com.google.gwt.user.cellview.client with parameters of type CellTreeNodeViewModifierConstructorDescription(package private)CellTreeNodeView(CellTree tree, CellTreeNodeView<?> parent, TreeViewModel.NodeInfo<T> parentNodeInfo, Element elem, T value, CellTree.CellTreeMessages messages) Construct aCellTreeNodeView.NodeCellList(TreeViewModel.NodeInfo<C> nodeInfo, CellTreeNodeView<?> nodeView, int pageSize) TreeNodeImpl(CellTreeNodeView<?> nodeView)