com.extjs.gxt.ui.client.widget.treegrid
Class TreeGrid.TreeNode
java.lang.Object
com.extjs.gxt.ui.client.widget.treegrid.TreeGrid.TreeNode
- Enclosing class:
- TreeGrid<M extends ModelData>
public class TreeGrid.TreeNode
- extends java.lang.Object
Field Summary |
protected com.google.gwt.user.client.Element |
icon
|
protected java.lang.String |
id
|
protected com.google.gwt.user.client.Element |
joint
|
protected M |
m
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected java.lang.String id
joint
protected com.google.gwt.user.client.Element joint
icon
protected com.google.gwt.user.client.Element icon
m
protected M extends ModelData m
TreeGrid.TreeNode
public TreeGrid.TreeNode(java.lang.String id,
M m)
clearElements
public void clearElements()
getItemCount
public int getItemCount()
getModel
public M getModel()
getParent
public TreeGrid.TreeNode getParent()
indexOf
public int indexOf(TreeGrid.TreeNode child)
isExpanded
public boolean isExpanded()
isLeaf
public boolean isLeaf()
setExpanded
public void setExpanded(boolean expand)
setLeaf
public void setLeaf(boolean leaf)