javax.faces.model
public class ResultDataModel extends DataModel
Version: $Revision: 265008 $ $Date: 2005-08-31 12:42:18 +0200 (Wed, 31 Aug 2005) $
| Constructor Summary | |
|---|---|
| ResultDataModel() | |
| ResultDataModel(Result result) | |
| Method Summary | |
|---|---|
| int | getRowCount() |
| Object | getRowData() |
| int | getRowIndex() |
| Object | getWrappedData() |
| boolean | isRowAvailable() |
| void | setRowIndex(int rowIndex) |
| void | setWrappedData(Object data) |