Seam Core JSF2 2.3.1.Final

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


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

Injects the selected row index of a ListDataModel, MapDataModel or ArrayDataModel. 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:
""

Seam Core JSF2 2.3.1.Final

Copyright © 2013 Seam Framework. All Rights Reserved.