|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) public @interface ViewScope
The Interface ViewScope. Defines the ViewScope-Annotation. This annotation
is used on field in a ViewController
, so that the field is automatically managed
in this scope. The ViewScope is valid as long as the users request only the same view. It is
cleared whenever the actual view is leaved (another view is requested).
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |