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

DataSelector (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 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

Method Summary
 Object getSelection(In in, WrapperType wrapper)
           
 String getVariableName(In in)
           
 

Method Detail

getVariableName

String getVariableName(In in)

getSelection

Object getSelection(In in,
                    WrapperType wrapper)