|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=FIELD) @Documented @Retention(value=RUNTIME) @UseWith(value=PAGE) public @interface PageActivationContext
Annotation for a field for which the page activation context handlers (onActivate and onPassivate) should be created.
In order to use this annotation you must contribute a ValueEncoder
for the class of the
annotated property.
Optional Element Summary | |
---|---|
boolean |
activate
Whether to create an activate event handler. |
boolean |
passivate
Whether to create a passivate event handler |
public abstract boolean activate
public abstract boolean passivate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |