-
Return the internal
DataModel
object representing the data objects that we will iterate over in this
component's rendering.
protected void
Set the internal DataModel.
-
class
ArrayDataModel is a convenience implementation of
DataModel
that wraps an array of Java
objects.
class
CollectionDataModel is a convenience implementation of
DataModel
that wraps an
Collection
of Java objects.
class
IterableDataModel is an implementation of
DataModel
that wraps an
Iterable
.
class
ListDataModel is a convenience implementation of
DataModel
that wraps an
List
of Java objects.
class
ResultSetDataModel is a convenience implementation of
DataModel
that wraps a
ResultSet
of Java objects.
class
ScalarDataModel is a convenience implementation of
DataModel
that wraps an individual Java
object.
Construct an event object that is associated with the specified row index and associated data.