| Package | Description |
|---|---|
| de.hybris.platform.hmc.webchips.tree |
| Modifier and Type | Method and Description |
|---|---|
TreePath |
TreeChip.getCurrentPath()
Returns the current path.
|
TreePath |
TreeChip.getFirstSelectedPath() |
TreePath |
TreePath.getParentPath()
Returns the parent path.
|
TreePath |
TreeChip.TreeNodeChip.getPath()
Gets the path of this node.
|
TreePath |
TreePath.pathByAddingChild(Object element) |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeChip.expand(TreePath path)
Expands the given node.
|
List |
TreeModel.getChildren(TreePath parentPath)
Should provide children of the given parent path in the tree structure.
|
Chip |
TreeCellRenderer.getTreeCellRendererChip(TreeChip tree,
TreeChip.TreeNodeChip parent,
TreePath path,
int row)
Returns renderer chip for the given object.
|
boolean |
TreeChip.isCurrentPath(TreePath path)
Returns
true if the given tree path is the current path, false otherwise. |
boolean |
TreePath.isDescendant(TreePath path) |
boolean |
TreeModel.isLeaf(TreePath path)
Returns
true if the given path has no children in the tree structure, false otherwise. |
boolean |
TreeChip.isSelected(TreePath path)
Returns
true if the given tree path is selected, false otherwise. |
boolean |
TreeChip.makePathVisible(TreePath path) |
boolean |
TreeChip.pathExists(TreePath path)
Returns
true if the given path exists within the model, false otherwise. |
boolean |
TreeChip.pathVisible(TreePath path)
Returns
true if the given path is visible (parent node is expanded), false otherwise. |
void |
TreeChip.select(TreePath path)
Selects the given tree path.
|
void |
TreeChip.setCurrentPath(TreePath path)
Selects the given tree path.
|
| Constructor and Description |
|---|
TreePath(TreePath path,
Object element)
Constructor.
|
Copyright © 2017 SAP SE. All Rights Reserved.