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

Packages that use CollectionModel
oracle.adf.view.faces.model   
 

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

Subclasses of CollectionModel in oracle.adf.view.faces.model
 class ChildPropertyTreeModel
          Creates a TreeModel from some other instance.
 class SortableModel
          Creates a CollectionModel that is sortable.
 class TreeModel
          The data model used by ADF Tree components.
 

Methods in oracle.adf.view.faces.model that return CollectionModel
protected abstract  CollectionModel RowKeySet.getModel()
          Gets the CollectionModel associated with this set.
static CollectionModel ModelUtils.toCollectionModel(java.lang.Object value)
          Converts an instance into a CollectionModel
protected  CollectionModel ChildPropertyTreeModel.createChildModel(java.lang.Object childData)
          Converts childData into a CollectionModel
 

Constructors in oracle.adf.view.faces.model with parameters of type CollectionModel
ChildPropertyTreeModel(CollectionModel model, java.lang.String childProperty)
          Creates a TreeModel from the given CollectionModel
 



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