Errai 3.0.1-SNAPSHOT

org.jboss.errai.ui.nav.client.local
Annotation Type PageHidden


@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.

Author:
Daniel Sachse
See Also:
Page, Navigation, PageHiding


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.