|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface Page
Declares that the target type, which must be a subtype of Widget or an implementation of IsWidget, is a named page with optional state information within the Errai Navigation system.
TransitionTo
,
PageState
,
PageRole
Optional Element Summary | |
---|---|
String |
path
The path component that identifies this page. |
Class<? extends PageRole>[] |
role
Defines the roles of the page. |
public abstract String path
public abstract Class<? extends PageRole>[] role
PageRole
or UniquePageRole
a example of this is
the DefaultPage
indicating that this page is the starting page.
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |