|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellTreeNodeView | |
---|---|
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 | |
---|---|
(package private) CellTreeNodeView<?> |
CellTree.rootNode
The hidden root node in the tree. |
Methods in com.google.gwt.user.cellview.client that return CellTreeNodeView | ||
---|---|---|
protected
|
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 | |
---|---|
(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 CellTreeNodeView into 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 CellTreeNodeView in this tree. |
Constructors in com.google.gwt.user.cellview.client with parameters of type CellTreeNodeView | |
---|---|
CellTreeNodeView.NodeCellList(TreeViewModel.NodeInfo<C> nodeInfo,
CellTreeNodeView<?> nodeView,
int pageSize)
|
|
CellTreeNodeView.TreeNodeImpl(CellTreeNodeView<?> nodeView)
|
|
CellTreeNodeView(CellTree tree,
CellTreeNodeView<?> parent,
TreeViewModel.NodeInfo<T> parentNodeInfo,
Element elem,
T value,
CellTree.CellTreeMessages messages)
Construct a CellTreeNodeView . |
|
GWT 2.7.0 | |||||||
PREV NEXT | FRAMES NO FRAMES |