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

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

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

Methods in oracle.adf.view.faces.component that return TreeState
 TreeState UIXTree.getTreeState()
          Gets The expansion state for this component.
abstract  TreeState TreeBase.getTreeState()
          Gets the state associated with the expanded state of tree elements
 

Methods in oracle.adf.view.faces.component with parameters of type TreeState
 void UIXTree.setTreeState(TreeState treeState)
          Sets The expansion state for this component.
abstract  void TreeBase.setTreeState(TreeState state)
          Sets the state associated with the expanded state of tree elements
 



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