@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @UseWith(value={COMPONENT,MIXIN,PAGE}) public @interface PageReset
Grid
component.
Methods marked with this annotation are invoked after the page is sent the
activate
event. This is to allow the page to reset itself as appropriate for
whatever persistent state was encoded in its page activation context.PageResetAnnotationWorker
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.