javax.faces.model

Class ResultDataModel

public class ResultDataModel extends DataModel

Version: $Revision: 265008 $ $Date: 2005-08-31 12:42:18 +0200 (Wed, 31 Aug 2005) $

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

Constructor Summary
ResultDataModel()
ResultDataModel(Result result)
Method Summary
intgetRowCount()
ObjectgetRowData()
intgetRowIndex()
ObjectgetWrappedData()
booleanisRowAvailable()
voidsetRowIndex(int rowIndex)
voidsetWrappedData(Object data)

Constructor Detail

ResultDataModel

public ResultDataModel()

ResultDataModel

public ResultDataModel(Result result)

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)