Uses of Class
javax.faces.model.DataModel
-
Packages that use DataModel Package Description javax.faces.component javax.faces.model -
-
Uses of DataModel in javax.faces.component
Methods in javax.faces.component that return DataModel Modifier and Type Method Description 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 Modifier and Type Method Description protected void
UIData. setDataModel(DataModel dataModel)
-
Uses of DataModel in javax.faces.model
Subclasses of DataModel in javax.faces.model Modifier and Type Class Description class
ArrayDataModel<E>
see Javadoc of JSF Specificationclass
CollectionDataModel<E>
class
IterableDataModel<E>
class
ListDataModel<E>
see Javadoc of JSF Specificationclass
ResultDataModel
see Javadoc of JSF Specificationclass
ResultSetDataModel
see Javadoc of JSF Specificationclass
ScalarDataModel<E>
see Javadoc of JSF SpecificationMethods in javax.faces.model that return DataModel Modifier and Type Method Description DataModel
DataModelEvent. getDataModel()
Constructors in javax.faces.model with parameters of type DataModel Constructor Description DataModelEvent(DataModel model, int index, Object data)
-