java.lang.Objectjavax.faces.model.DataModel<E>
javax.faces.model.ArrayDataModel
All Implemented Interfaces:
Iterable
ArrayDataModel is a convenience implementation of DataModel that wraps an array of Java objects.
Constructor: |
---|
Construct a new ArrayDataModel with no specified wrapped data. |
Construct a new ArrayDataModel wrapping the specified array.
|
Method from javax.faces.model.ArrayDataModel Summary: |
---|
getRowCount, getRowData, getRowIndex, getWrappedData, isRowAvailable, setRowIndex, setWrappedData |
Methods from javax.faces.model.DataModel: |
---|
addDataModelListener, getDataModelListeners, getRowCount, getRowData, getRowIndex, getWrappedData, isRowAvailable, iterator, removeDataModelListener, setRowIndex, setWrappedData |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from javax.faces.model.ArrayDataModel Detail: |
---|
If there is |
If row data is available, return the array element at the index
specified by |
|
|
Return |
|
|