javax.faces.model

Class ScalarDataModel

public class ScalarDataModel extends DataModel

Version: $Revision: 166994 $ $Date: 2004-07-02 00:12:40 +0200 (Fri, 02 Jul 2004) $

Author: Thomas Spiegl (latest modification by $Author: mwessendorf $)

Constructor Summary
ScalarDataModel()
ScalarDataModel(Object scalar)
Method Summary
intgetRowCount()
ObjectgetRowData()
intgetRowIndex()
ObjectgetWrappedData()
booleanisRowAvailable()
voidsetRowIndex(int rowIndex)
voidsetWrappedData(Object data)

Constructor Detail

ScalarDataModel

public ScalarDataModel()

ScalarDataModel

public ScalarDataModel(Object scalar)

Method Detail

getRowCount

public int getRowCount()

getRowData

public Object getRowData()

getRowIndex

public int getRowIndex()

getWrappedData

public Object getWrappedData()

isRowAvailable

public boolean isRowAvailable()

setRowIndex

public void setRowIndex(int rowIndex)

setWrappedData

public void setWrappedData(Object data)