Uses of Class
org.apache.myfaces.tobago.model.TreePath
Packages that use TreePath
-
Uses of TreePath in org.apache.myfaces.tobago.internal.component
Methods in org.apache.myfaces.tobago.internal.component that return TreePath -
Uses of TreePath in org.apache.myfaces.tobago.model
Methods in org.apache.myfaces.tobago.model that return TreePathModifier and TypeMethodDescriptionTreePath.getParent()
abstract TreePath
TreeDataModel.getPath()
TreeNodeDataModel.getPath()
Methods in org.apache.myfaces.tobago.model that return types with arguments of type TreePathMethods in org.apache.myfaces.tobago.model with parameters of type TreePathModifier and TypeMethodDescriptionvoid
SelectedState.clearAndSelect
(TreePath path) Set the selected path and remove all prior selections.void
Collapses a single node.void
Expands a single node.void
Expands a single node.boolean
SelectedState.isAncestorOfSelected
(TreePath ancestorPath) Checks if the given path is an ancestor of a selected node.boolean
ExpandedState.isExpanded
(TreePath path) Checks if a node is expanded.boolean
SelectedState.isSelected
(TreePath path) Checks if the given path is selected.void
Select the given path.void
Set the selection state of the given pathvoid
Unselect the given path.