|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreeModel | |
org.extremecomponents.tree.model | |
org.extremecomponents.tree.tag |
Uses of TreeModel in org.extremecomponents.tree.model |
Methods in org.extremecomponents.tree.model with parameters of type TreeModel | |
static java.util.List |
TreeModelUtils.loadTreeStructure(TreeModel model,
java.util.List inputList)
Recursively loads the tree structure into the treeList attribute and sets the treeList as the collection to use. |
static void |
TreeModelUtils.loadChildren(TreeModel model,
java.util.List displayList,
java.util.List searchList,
TreeNode node,
int currentDepth)
|
static java.util.List |
TreeModelUtils.findParents(TreeModel model,
java.util.List searchList)
Used by the filter function to add back the filtered out parents. |
static void |
TreeModelUtils.findBeanParents(TreeModel model,
java.util.List parents,
java.lang.Object bean)
Recursive call used by the filter function to add back the filtered out parents. |
static void |
TreeModelUtils.addClosedChildren(TreeModel model,
java.util.List displayList)
Used by the filter function to add back the filtered out children. |
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 java.lang.Object |
TreeModelUtils.getBeanId(TreeModel model,
java.lang.Object bean)
|
static boolean |
TreeModelUtils.isOpen(TreeModel model,
TreeNode node,
boolean filterControlled)
Find out if the node and all parents are open. |
static java.lang.String |
TreeModelUtils.getNodeKey(TreeModel model,
java.lang.Object id)
|
Constructors in org.extremecomponents.tree.model with parameters of type TreeModel | |
ViewHandler(TreeModel model)
|
Uses of TreeModel in org.extremecomponents.tree.tag |
Methods in org.extremecomponents.tree.tag with parameters of type TreeModel | |
void |
TreeTag.setModel(TreeModel model)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |