javax.faces.model

Class ListDataModel

public class ListDataModel 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
ListDataModel()
ListDataModel(List list)
Method Summary
intgetRowCount()
ObjectgetRowData()
intgetRowIndex()
ObjectgetWrappedData()
booleanisRowAvailable()
voidsetRowIndex(int rowIndex)
voidsetWrappedData(Object data)

Constructor Detail

ListDataModel

public ListDataModel()

ListDataModel

public ListDataModel(List list)

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)