Methods in org.extremecomponents.tree.model with parameters of type TreeNode |
static void |
TreeModelUtils.loadChildren(TreeModel model,
java.util.List displayList,
java.util.List searchList,
TreeNode node,
int currentDepth)
|
static void |
TreeModelUtils.addChildren(TreeModel model,
java.util.List displayList,
TreeNode node)
Recursive call used by the filter function to add back the filtered out children
but keeps them collapsed unless they have been openned manually be the open parameter. |
static boolean |
TreeModelUtils.nodeIsBeanParent(TreeModel model,
TreeNode node,
java.lang.Object bean)
|
static boolean |
TreeModelUtils.isOpen(TreeModel model,
TreeNode node,
boolean filterControlled)
Find out if the node and all parents are open. |