Java com.google.gwt.user.cellview.client TreeNode fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.user.cellview.client TreeNode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.user.cellview.client TreeNode.

The text is from its open source code.

Method

intgetChildCount()
Get the number of children of the node.
ObjectgetChildValue(int index)
Get the value associated with a child node.
TreeNodegetParent()
Get the parent node of this node.
ObjectgetValue()
Get the value associated with this node.
booleanisChildLeaf(int index)
Check whether or not a child node is a leaf node.
booleanisChildOpen(int index)
Check whether or not a child node is open.
booleanisDestroyed()
Check whether or not the current node is destroyed.
TreeNodesetChildOpen(int index, boolean open)
Open or close a child node and fire an event.
TreeNodesetChildOpen(int index, boolean open, boolean fireEvents)
Open or close the node, optionally firing an event.