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

Packages that use TreeModel
oracle.adf.view.faces.component   
oracle.adf.view.faces.model   
 

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

Methods in oracle.adf.view.faces.component that return TreeModel
protected  TreeModel UIXHierarchy.getTreeModel()
          Gets the TreeModel that this tree is displaying.
 

Uses of TreeModel in oracle.adf.view.faces.model
 

Subclasses of TreeModel in oracle.adf.view.faces.model
 class BaseMenuModel
          A base class which takes a TreeModel.
 class ChildPropertyTreeModel
          Creates a TreeModel from a List of beans.
 class MenuModel
          A MenuModel objects represents the menu structure of a page or application.
 class ProcessMenuModel
           There are two common scenarios for processes, "Plus One" and "Max Visited" which are explained below.
 class ViewIdPropertyMenuModel
          Creates a MenuModel from a TreeModel where nodes in the treeModel contain viewId information.
 

Methods in oracle.adf.view.faces.model that return TreeModel
static TreeModel ModelUtils.toTreeModel(java.lang.Object value)
          Converts an instance into a TreeModel
 

Methods in oracle.adf.view.faces.model with parameters of type TreeModel
 void PathSet.setTreeModel(TreeModel model)
          Sets the TreeModel associated with this set.
 



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