Uses of Class
org.apache.myfaces.tobago.model.TreePath

Packages that use TreePath
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
 TreePath AbstractUITreeNode.getPath()
           
 TreePath AbstractUIData.getPath()
           
 

Methods in org.apache.myfaces.tobago.internal.component with parameters of type TreePath
 void AbstractUITreeNode.setPath(TreePath path)
          Deprecated. since 2.0.0
 

Uses of TreePath in org.apache.myfaces.tobago.model
 

Methods in org.apache.myfaces.tobago.model that return TreePath
 TreePath TreeNodeDataModel.getPath()
           
abstract  TreePath TreeDataModel.getPath()
           
 TreePath Node.getPath()
          Deprecated.  
 TreePath MixedTreeModel.getPath()
          Deprecated.  
 

Methods in org.apache.myfaces.tobago.model that return types with arguments of type TreePath
 Set<TreePath> ExpandedState.getCollapsedSet()
           
 Set<TreePath> ExpandedState.getExpandedSet()
           
 

Methods in org.apache.myfaces.tobago.model with parameters of type TreePath
 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.
 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 selected)
          Set the selection state of the given path
 void SelectedState.unselect(TreePath path)
          Unselect the given path.
 

Constructors in org.apache.myfaces.tobago.model with parameters of type TreePath
TreePath(TreePath position, int addendum)
          Deprecated. since 2.0.0
 



Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.