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

org.jboss.seam.databinding (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


Package org.jboss.seam.databinding

Interface Summary
DataBinder<Out extends Annotation,Type,WrapperType> Allows some "bound type" to be exposed to the user interface via a "wrapper type".
DataSelector<In extends Annotation,WrapperType> Allows extraction of the selected item from some "wrapper type".
 

Class Summary
DataModelBinder Exposes a List, array, Map or Set to the UI as a JSF DataModel
DataModelIndexSelector Extracts the selected "index" (the row index, or the key of a map) from a JSF DataModel.
DataModelSelector Extracts the selected object (the element, or the value of a map) from a JSF DataModel.