javax.faces.model
public class ListDataModel extends DataModel
Version: $Revision: 166994 $ $Date: 2004-07-02 00:12:40 +0200 (Fri, 02 Jul 2004) $
Constructor Summary | |
---|---|
ListDataModel() | |
ListDataModel(List list) |
Method Summary | |
---|---|
int | getRowCount() |
Object | getRowData() |
int | getRowIndex() |
Object | getWrappedData() |
boolean | isRowAvailable() |
void | setRowIndex(int rowIndex) |
void | setWrappedData(Object data) |