| Interface | Description |
|---|---|
| ContentDelegation |
Content delegation control interface.
|
| CreationalCallback<T> | |
| PageRole |
Marker interface to indicate that this a page role.
|
| UniquePageRole |
Marker interface to indicate that this role is Unique.
|
| Class | Description |
|---|---|
| DefaultContentDelegation |
Default content delegation procedure.
|
| DefaultNavigationErrorHandler |
Implements default error handling behavior for page navigation.
|
| DefaultPage |
Unique role to indicate that this page is the default start page.
|
| HandlerManager |
Manager responsible for adding handlers to event sources and firing those handlers on passed in
events.
|
| HistoryToken |
Represents the "history token" part of the location: the Errai UI Navigation page name plus the
names and values of its state parameters.
|
| HistoryTokenFactory |
All HistoryToken instances are produced by this class.
|
| HistoryWrapper |
Dispatches to either
HistoryImplPushState or GWT's default History. |
| Navigation |
Central control point for navigating between pages of the application.
|
| PageTransitionProvider | |
| TransitionAnchor<P> |
Represents an anchor widget that, when clicked, will navigate the user to another page in the
application's flow.
|
| TransitionAnchorFactory<P> |
A factory for creating
TransitionAnchor instances. |
| TransitionAnchorFactoryProvider |
Provides new instances of the
TransitionAnchorFactory class, which allows them to be
injected. |
| TransitionAnchorProvider |
Provides new instances of the
TransitionAnchor widget class, which allows them to be
injected. |
| TransitionTo<P> |
Represents navigability from one page to another in the application's flow.
|
| TransitionToRole<U extends UniquePageRole> |
This class works like a
TransitionTo but where the target is a UniquePageRole. |
| URLPattern |
Used to extract page state values from the URL path.
|
| URLPatternMatcher |
Used to match URLs typed in by the user to the correct
Page.path() |
| URLPatternMatcherProvider |
This class is responsible for initializing and providing the
URLPatternMatcher for the
app. |
| Annotation Type | Description |
|---|---|
| Page |
Declares that the target type — which must be a subtype of Widget, implement
IsWidget, or be a Templated component — is a named page with optional
state information within the Errai Navigation system. |
| PageHidden |
Indicates that the target method should be called after the
Page it belongs to has been
removed from the navigation content panel. |
| PageHiding |
Indicates that the target method should be called when the
Page it belongs to is about to
be removed from the navigation content panel. |
| PageShowing | |
| PageShown | |
| PageState |
Indicates that the annotated field holds information about the state of the current page.
|
| PageUpdate |
Indicates that the target method should be called when the
Page state has been updated
from Navigation.updateState(Multimap). |
Copyright © 2020 Treblereel. All rights reserved.