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