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

DataModelSelection (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


org.jboss.seam.annotations.datamodel
Annotation Type DataModelSelection


@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
@Documented
@DataSelectorClass(value=DataModelSelector.class)
public @interface DataModelSelection

Injects the selected row data of a DataModel. Intended for use with @DataModel.

Author:
Gavin King
See Also:
DataModel

Optional Element Summary
 String value
          The context variable name of the DataModel.
 

value

public abstract String value
The context variable name of the DataModel. Defaults to the name for the outjected @DataModel if there is exactly one @DataModel for the component.

Default:
""