javax.faces.model
public class ResultSetDataModel extends DataModel
Version: $Revision: 267200 $ $Date: 2005-09-02 15:30:47 +0200 (Fri, 02 Sep 2005) $
| Constructor Summary | |
|---|---|
| ResultSetDataModel() | |
| ResultSetDataModel(ResultSet resultSet) | |
| Method Summary | |
|---|---|
| int | getRowCount() We don't know how many rows the result set has without scrolling
through the whole thing. |
| Object | getRowData() Get the actual data of this row
wrapped into a map.
|
| int | getRowIndex() |
| Object | getWrappedData() |
| boolean | isRowAvailable() |
| void | setRowIndex(int rowIndex) |
| void | setWrappedData(Object data) |