public class SelectionTreeNode
extends javax.swing.tree.DefaultMutableTreeNode
| Constructor and Description |
|---|
SelectionTreeNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkAllDescendents()
Set all SelectionTree descendant nodes to a checked state
|
void |
checkboxClicked(javax.faces.event.ActionEvent event)
JSF actionListener for the
|
int |
getCheckedChildrenCount() |
java.util.List |
getChildren() |
int |
getPartiallyCheckedChildrenCount() |
void |
setPartiallySelectedIfCheckedDescendent()
Set this SelectionTree node to partially checked if there
are any descendants with a checked state.
|
void |
uncheckAllDescendents()
Set all SelectionTree descendant nodes to an unchecked state
|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toStringpublic java.util.List getChildren()
public int getCheckedChildrenCount()
public int getPartiallyCheckedChildrenCount()
public void checkboxClicked(javax.faces.event.ActionEvent event)
event - The JSF eventpublic void setPartiallySelectedIfCheckedDescendent()
public void checkAllDescendents()
public void uncheckAllDescendents()
Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.