| Package | Description |
|---|---|
| io.crysknife.ui.navigation.client.local | |
| io.crysknife.ui.navigation.client.local.api | |
| io.crysknife.ui.navigation.client.local.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
TransitionToRole<U extends UniquePageRole>
This class works like a
TransitionTo but where the target is a UniquePageRole. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPage
Unique role to indicate that this page is the default start page.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Navigation.goToWithRole(Class<? extends UniquePageRole> role)
Looks up the PageNode instance of the page that has the unique role set and makes the widget
visible in the content area.
|
void |
DefaultNavigationErrorHandler.handleError(Exception exception,
Class<? extends UniquePageRole> pageRole) |
| Modifier and Type | Class and Description |
|---|---|
class |
LoginPage
Marks this page as the login page so that we can 'redirect' here when authentication of the user
is needed.
|
class |
SecurityError
A page with this role is used to show to the user explaining he does not have enough rights to
continue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageNavigationErrorHandler.handleError(Exception exception,
Class<? extends UniquePageRole> pageRole) |
| Constructor and Description |
|---|
MissingPageRoleException(Class<? extends UniquePageRole> pageRole) |
| Modifier and Type | Method and Description |
|---|---|
PageNode |
NavigationGraph.getPageByRole(Class<? extends UniquePageRole> role) |
Copyright © 2020 Treblereel. All rights reserved.