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