|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TreePath | |
---|---|
org.openfaces.component.table |
Uses of TreePath in org.openfaces.component.table |
---|
Methods in org.openfaces.component.table that return TreePath | |
---|---|
TreePath |
NodeInfoForRow.getNodeIndexPath()
|
TreePath |
NodeInfoForRow.getNodeKeyPath()
|
TreePath |
TreeTable.getNodeKeyPath()
|
TreePath |
TreeTable.getNodeKeyPath(int rowIndex)
|
TreePath |
NodeInfoForRow.getNodePath()
|
TreePath |
SingleNodeSelection.getNodePath()
|
TreePath |
TreeTable.getNodePath()
|
TreePath |
TreeTable.getNodePath(int rowIndex)
|
TreePath |
TreePath.getParentPath()
|
Methods in org.openfaces.component.table that return types with arguments of type TreePath | |
---|---|
java.util.List<TreePath> |
CheckboxColumn.getNodePaths()
|
java.util.List<TreePath> |
MultipleNodeSelection.getNodePaths()
|
java.util.List<TreePath> |
MultipleNodeSelection.getSelectedNodeKeyPaths()
|
java.util.List<TreePath> |
SingleNodeSelection.getSelectedNodeKeyPaths()
This method is only for internal usage from within the OpenFaces library. |
abstract java.util.List<TreePath> |
TreeTableSelection.getSelectedNodeKeyPaths()
This method is only for internal usage from within the OpenFaces library. |
Methods in org.openfaces.component.table with parameters of type TreePath | |
---|---|
boolean |
AllNodesPreloaded.getPreloadChildren(TreePath keyPath)
|
boolean |
NoNodesPreloaded.getPreloadChildren(TreePath keyPath)
|
boolean |
PreloadedNodes.getPreloadChildren(TreePath keyPath)
|
boolean |
SeveralLevelsPreloaded.getPreloadChildren(TreePath keyPath)
|
boolean |
AllNodesCollapsed.isNodeExpanded(TreePath keyPath)
|
boolean |
AllNodesExpanded.isNodeExpanded(TreePath keyPath)
|
boolean |
DynamicNodeExpansionState.isNodeExpanded(TreePath keyPath)
|
boolean |
ExpansionState.isNodeExpanded(TreePath keyPath)
|
boolean |
SeveralLevelsExpanded.isNodeExpanded(TreePath keyPath)
|
boolean |
TreeTable.isNodeExpanded(TreePath keyPath)
|
void |
AllNodesCollapsed.setNodeExpanded(TreePath keyPath,
boolean expanded)
|
void |
AllNodesExpanded.setNodeExpanded(TreePath keyPath,
boolean expanded)
|
void |
DynamicNodeExpansionState.setNodeExpanded(TreePath keyPath,
boolean expanded)
|
void |
ExpansionState.setNodeExpanded(TreePath keyPath,
boolean expanded)
|
void |
SeveralLevelsExpanded.setNodeExpanded(TreePath keyPath,
boolean expanded)
|
void |
TreeTable.setNodeExpanded(TreePath keyPath,
boolean expanded)
|
void |
SingleNodeSelection.setNodePath(TreePath nodePath)
|
Method parameters in org.openfaces.component.table with type arguments of type TreePath | |
---|---|
void |
CheckboxColumn.setNodePaths(java.util.List<TreePath> nodePaths)
|
void |
MultipleNodeSelection.setNodePaths(java.util.List<TreePath> nodePaths)
|
Constructors in org.openfaces.component.table with parameters of type TreePath | |
---|---|
NodeInfoForRow(TreePath nodePath,
TreePath nodeKeyPath,
TreePath nodeIndexPath,
int nodeLevel,
boolean expanded,
boolean nodeInitiallyVisible)
|
|
TreePath(java.lang.Object value,
TreePath parentPath)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |