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

Uses of Class org.jboss.seam.annotations.DataBinderClass (JBoss Seam API Documentation) - JBoss Seam 1.1.0 bate1 API 英文版文档


Uses of Class
org.jboss.seam.annotations.DataBinderClass

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

Uses of DataBinderClass in org.jboss.seam.annotations.datamodel
 

Classes in org.jboss.seam.annotations.datamodel with annotations of type DataBinderClass
 interface DataModel
          Outjects a collection to the same scope as the owning component (or to the EVENT scope in the case of a stateless component), after wrapping as a JSF DataModel (a List as a ListDataModel, a Map as a MapDataModel, a Set as a SetDataModel, an array as an ArrayDataModel).