|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface PageHidden
Indicates that the target method should be called after the @Page
widget it belongs has been removed from the navigation content
panel.
The target method must not take any parameters.
The target method's return type must be void
.
The target method can have any access type: public, protected, default, or private.
If the target method throws an exception when called, behaviour is undefined.
Page
,
Navigation
,
PageHiding
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |