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