|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value={FIELD,PARAMETER}) @Retention(value=RUNTIME) public @interface AutoBound
This annotation is only meaningful on a DataBinder
field or constructor/method parameter.
It indicates that the annotated DataBinder
is used to automatically bind all
corresponding widgets to properties of a data model (the model instance associated with the data
binder instance). The widgets are inferred from all enclosing fields and methods annotated with
Bound
of the class that defines the DataBinder
and all its super classes.
There can only be one auto bound DataBinder
per class.
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |