jakarta.faces.model.DataModel iterableToModel(java.lang.Iterable)
Iterable<E> to a DataModel<E>.
When iterating specifically over a Set using the above mentioned components Converters#setToList(Set) is
an alternative to this. Use this for more general cases or when the exact collection type is unknown.
For those same components Converters#iterableToList(Iterable) is another alternative. Use this when
a DataModel is specifically needed.
| Info | Value |
|---|---|
| Function Class | org.omnifaces.el.functions.Converters |
| Function Signature | jakarta.faces.model.DataModel iterableToModel(java.lang.Iterable) |
| Display Name | None |
Output generated by Vdldoc View Declaration Language Documentation Generator.