当前页面: 
在线文档首页 > 
JBoss Seam  1.1.1 API 英文版文档
DataSelector (JBoss Seam API Documentation) - JBoss Seam  1.1.1 API 英文版文档
org.jboss.seam.databinding
Interface DataSelector<In extends Annotation,WrapperType>
- Type Parameters:
- In- the annotation type
- WrapperType- the wrapper type
- All Known Implementing Classes: 
- DataModelIndexSelector, DataModelSelector
- public interface DataSelector<In extends Annotation,WrapperType> 
Allows extraction of the selected item
 from some "wrapper type".
- Author:
- Gavin King
 
getVariableName
String getVariableName(In in)
- 
 
getSelection
Object getSelection(In in,
                    WrapperType wrapper)
-