站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

ListDataModel (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


org.jboss.seam.jsf
Class ListDataModel

java.lang.Object
  extended by javax.faces.model.DataModel
      extended by javax.faces.model.ListDataModel
          extended by org.jboss.seam.jsf.ListDataModel
All Implemented Interfaces:
Serializable

public class ListDataModel
extends javax.faces.model.ListDataModel
implements Serializable

See Also:
Serialized Form

Constructor Summary
ListDataModel()
           
ListDataModel(List list)
           
 
Method Summary
 
Methods inherited from class javax.faces.model.ListDataModel
getRowCount, getRowData, getRowIndex, getWrappedData, isRowAvailable, setRowIndex, setWrappedData
 
Methods inherited from class javax.faces.model.DataModel
addDataModelListener, getDataModelListeners, removeDataModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListDataModel

public ListDataModel()

ListDataModel

public ListDataModel(List list)