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

Uses of Package org.jboss.seam.annotations.datamodel (JBoss Seam API Documentation) - JBoss Seam 1.0.0 API 英文版文档


Uses of Package
org.jboss.seam.annotations.datamodel

Packages that use org.jboss.seam.annotations.datamodel
org.jboss.seam.databinding   
 

Classes in org.jboss.seam.annotations.datamodel used by org.jboss.seam.databinding
DataModel
          Outjects a List to the same scope as the owning component (or to the EVENT scope in the case of a stateless component), after wrapping as a ListDataModel.
DataModelSelection
          Injects the selected row data of a ListDataModel.
DataModelSelectionIndex
          Injects the selected row index of a ListDataModel.