Uses of Class
org.apache.myfaces.tobago.model.TreePath
-
Packages that use TreePath Package Description org.apache.myfaces.tobago.internal.component org.apache.myfaces.tobago.model -
-
Uses of TreePath in org.apache.myfaces.tobago.internal.component
Methods in org.apache.myfaces.tobago.internal.component that return TreePath Modifier and Type Method Description TreePath
AbstractUIData. getPath()
TreePath
AbstractUITreeNodeBase. getPath()
-
Uses of TreePath in org.apache.myfaces.tobago.model
Methods in org.apache.myfaces.tobago.model that return TreePath Modifier and Type Method Description TreePath
TreePath. getParent()
abstract TreePath
TreeDataModel. getPath()
TreePath
TreeNodeDataModel. getPath()
Methods in org.apache.myfaces.tobago.model that return types with arguments of type TreePath Modifier and Type Method Description Set<TreePath>
ExpandedState. getCollapsedSet()
Set<TreePath>
ExpandedState. getExpandedSet()
Methods in org.apache.myfaces.tobago.model with parameters of type TreePath Modifier and Type Method Description void
SelectedState. clearAndSelect(TreePath path)
Set the selected path and remove all prior selections.void
ExpandedState. collapse(TreePath path)
Collapses a single node.void
ExpandedState. expand(TreePath path)
Expands a single node.void
ExpandedState. expand(TreePath path, boolean parents)
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
SelectedState. select(TreePath path)
Select the given path.void
SelectedState. select(TreePath path, boolean selected)
Set the selection state of the given pathvoid
SelectedState. unselect(TreePath path)
Unselect the given path.
-