Errai 3.0.1-SNAPSHOT

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


@Retention(value=RUNTIME)
@Target(value=FIELD)
@Documented
public @interface PageState

Indicates that the annotated field holds information about the state of the current page. The navigation framework writes state information from the history token to the field when navigating to the page.

The target field must be one of the following types that are supported by the navigation system:

Author:
Jonathan Fuerth
See Also:
Page

Optional Element Summary
 String value
          Provides a way to map the field name to a different value for the query parameter.
 

value

public abstract String value
Provides a way to map the field name to a different value for the query parameter. If not specified, the name of the field will be used as the name of the query parameter.

Default:
""

Errai 3.0.1-SNAPSHOT

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