|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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:
Collection<T>
, List<T>
, or Set<T>
where T
is
a boxed primitive or String).
Page
Optional Element Summary | |
---|---|
String |
value
Provides a way to map the field name to a different value for the query parameter. |
public abstract String value
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |