Uses of Class
javax.faces.model.DataModel

Packages that use DataModel
javax.faces.component   
javax.faces.model   
 

Uses of DataModel in javax.faces.component
 

Methods in javax.faces.component that return DataModel
protected  DataModel UIData.getDataModel()
          Return the datamodel for this table, potentially fetching the data from a backing bean via a value-binding if this is the first time this method has been called.
 

Methods in javax.faces.component with parameters of type DataModel
protected  void UIData.setDataModel(DataModel dataModel)
           
 

Uses of DataModel in javax.faces.model
 

Subclasses of DataModel in javax.faces.model
 class ArrayDataModel<E>
          see Javadoc of JSF Specification
 class ListDataModel<E>
          see Javadoc of JSF Specification
 class ResultDataModel
          see Javadoc of JSF Specification
 class ResultSetDataModel
          see Javadoc of JSF Specification
 class ScalarDataModel<E>
          see Javadoc of JSF Specification
 

Methods in javax.faces.model that return DataModel
 DataModel DataModelEvent.getDataModel()
           
 

Constructors in javax.faces.model with parameters of type DataModel
DataModelEvent(DataModel _model, int _index, Object _data)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.