Package | Description |
---|---|
org.apache.myfaces.tobago.internal.component | |
org.apache.myfaces.tobago.model |
Modifier and Type | Method and Description |
---|---|
TreePath |
AbstractUIData.getPath() |
TreePath |
AbstractUITreeNode.getPath() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractUITreeNode.setPath(TreePath path)
Deprecated.
since 2.0.0
|
Modifier and Type | Method and Description |
---|---|
TreePath |
TreePath.getParent() |
TreePath |
TreeNodeDataModel.getPath() |
TreePath |
MixedTreeModel.getPath()
Deprecated.
|
TreePath |
Node.getPath()
Deprecated.
|
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 |
ExpandedState.isExpanded(TreePath path)
Checks if a node is expanded.
|
boolean |
SelectedState.isSelected(TreePath path)
Checks if the given is selected.
|
void |
SelectedState.select(TreePath path)
Select the given path.
|
void |
SelectedState.select(TreePath path,
boolean selectedParameter)
Set the selection state of the given path
|
void |
SelectedState.unselect(TreePath path)
Unselect the given path.
|
Constructor and Description |
---|
TreePath(TreePath position,
int addendum)
Deprecated.
since 2.0.0
|
Copyright © 2002–2024 The Apache Software Foundation. All rights reserved.