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