Class CollectionDataModel<E>

java.lang.Object
jakarta.faces.model.DataModel<E>
jakarta.faces.model.CollectionDataModel<E>
All Implemented Interfaces:
Iterable<E>

public class CollectionDataModel<E> extends DataModel<E>

CollectionDataModel is a convenience implementation of DataModel that wraps an Collection of Java objects.