Uses of Class
oracle.adf.view.faces.model.PathSet

Packages that use PathSet
oracle.adf.view.faces.component   
 

Uses of PathSet in oracle.adf.view.faces.component
 

Methods in oracle.adf.view.faces.component that return PathSet
 PathSet UIXTree.getSelectionState()
          Gets the selection state of this tree.
 PathSet UIXTree.getTreeState()
          Gets the set of expanded nodes for this component.
 PathSet UIXMenuTree.getTreeState()
          Gets the set of expanded nodes for this component.
 PathSet UIXPage.getTreeState()
          Gets The expansion state for this component.
 

Methods in oracle.adf.view.faces.component with parameters of type PathSet
 void UIXTree.setTreeState(PathSet treeState)
          Sets the set of expanded nodes for this component.
 void UIXMenuTree.setTreeState(PathSet treeState)
          Sets the set of expanded nodes for this component.
 void UIXPage.setTreeState(PathSet treeState)
          Sets The expansion state for this component.
 



Copyright © 2003-2007 Oracle Corporation. All Rights Reserved.