Package | Description |
---|---|
org.apache.myfaces.tobago.internal.component | |
org.apache.myfaces.tobago.model |
Modifier and Type | Method and Description |
---|---|
TreePath |
AbstractUIData.getPath() |
TreePath |
AbstractUITreeNodeBase.getPath() |
Modifier and Type | Method and Description |
---|---|
TreePath |
TreePath.getParent() |
TreePath |
TreeNodeDataModel.getPath() |
abstract TreePath |
TreeDataModel.getPath() |
Modifier and Type | Method and Description |
---|---|
Set<TreePath> |
ExpandedState.getCollapsedSet() |
Set<TreePath> |
ExpandedState.getExpandedSet() |
Modifier and Type | Method and 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 path
|
void |
SelectedState.unselect(TreePath path)
Unselect the given path.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.