Uses of Class
eu.webtoolkit.jwt.WTreeTableNode
| Package | Description |
|---|---|
| eu.webtoolkit.jwt |
-
Uses of WTreeTableNode in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return WTreeTableNode Modifier and Type Method Description WTreeTableNodeWTreeTable. getTreeRoot()Returns the tree root.Methods in eu.webtoolkit.jwt with parameters of type WTreeTableNode Modifier and Type Method Description voidWTreeTable. setTreeRoot(WTreeTableNode root, java.lang.CharSequence h)Sets the tree root.Constructors in eu.webtoolkit.jwt with parameters of type WTreeTableNode Constructor Description WTreeTableNode(java.lang.CharSequence labelText, WIconPair labelIcon, WTreeTableNode parentNode)Creates a new tree table node.