| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) @Documented @DataBinderClass(value=DataModelBinder.class) public @interface DataModel
Outjects a List to the same scope as the owning component (or to the EVENT scope in the case of a stateless component), after wrapping as a ListDataModel. Note that the List will be re-wrapped and re-outjected each time the current component value is different to the value held by the context variable as determined by calling List.equals().
| Optional Element Summary | |
|---|---|
|  ScopeType | scopeBy default, the DataModel is outjected to the same scope as the owning component, or to the EVENT scope in the case of a stateless component. | 
|  String | valueThe context variable name. | 
public abstract String value
public abstract ScopeType scope
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||