| Modifier and Type | Method and Description |
|---|---|
void |
close() |
TreeTable.TreeTableItem |
getChild(int index) |
int |
getChildCount() |
TreeTable.ItemWidget |
getWidget() |
boolean |
isOpen() |
boolean |
isShown() |
void |
removeAllChildren() |
void |
removeChild(int index) |
void |
setValue(int col,
String text) |
void |
toggle()
Opens or closes the current tree item.
|
public int getChildCount()
public TreeTable.TreeTableItem getChild(int index)
public void removeChild(int index)
public void removeAllChildren()
public void setValue(int col,
String text)
public void toggle()
public void close()
public boolean isOpen()
public boolean isShown()
public TreeTable.ItemWidget getWidget()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.