Uses of Class
com.google.gwt.user.cellview.client.CellTreeNodeView
-
Packages that use CellTreeNodeView Package Description com.google.gwt.user.cellview.client The "cellview" widget set. -
-
Uses of CellTreeNodeView in com.google.gwt.user.cellview.client
Fields in com.google.gwt.user.cellview.client declared as CellTreeNodeView Modifier and Type Field Description (package private) CellTreeNodeView<?>CellTree. rootNodeThe hidden root node in the tree.Methods in com.google.gwt.user.cellview.client that return CellTreeNodeView Modifier and Type Method 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.Methods in com.google.gwt.user.cellview.client with parameters of type CellTreeNodeView Modifier and Type Method Description (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 CellTreeNodeView Constructor Description 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)
-