public interface Tree
Modifier and Type | Interface and Description |
---|---|
static interface |
Tree.AdvancedTreeInteractions |
static interface |
Tree.TreeNode |
Modifier and Type | Method and Description |
---|---|
Tree.TreeNode |
collapseNode(ChoicePicker picker)
Collapses child node chosen by picker.
|
Tree.TreeNode |
collapseNode(int index)
Collapses child node at index.
|
Tree.TreeNode |
expandNode(ChoicePicker picker)
Expands child node chosen by picker.
|
Tree.TreeNode |
expandNode(int index)
Expands child node at index.
|
Tree.TreeNode |
selectNode(ChoicePicker picker)
Selects child node chosen by picker.
|
Tree.TreeNode |
selectNode(int index)
Selects child node at index.
|
Tree.TreeNode collapseNode(int index)
index
- index of nodeTree.TreeNode collapseNode(ChoicePicker picker)
picker
- object for defining rules according which the child node will be picked and collapsedTree.TreeNode expandNode(int index)
index
- index of nodeTree.TreeNode expandNode(ChoicePicker picker)
picker
- object for defining rules according which the child node will be picked and expandedTree.TreeNode selectNode(int index)
index
- index of nodeTree.TreeNode selectNode(ChoicePicker picker)
picker
- object for defining rules according which the child node will be picked and selectedCopyright © 2015 JBoss by Red Hat. All Rights Reserved.