| Package | Description |
|---|---|
| io.crysknife.ui.navigation.client.local | |
| io.crysknife.ui.navigation.client.local.spi |
| Modifier and Type | Method and Description |
|---|---|
HistoryToken |
HistoryTokenFactory.createHistoryToken(String pageName,
Multimap<String,String> state)
This can be used to create a HistoryToken when navigating by page name.
|
HistoryToken |
HistoryTokenFactory.parseURL(String url)
This can be used to generate a HistoryToken from a URL path
|
HistoryToken |
URLPatternMatcher.parseURL(String url)
Creates a
HistoryToken by parsing a URL path. |
| Modifier and Type | Method and Description |
|---|---|
void |
PageNode.pageShowing(P page,
HistoryToken state,
NavigationControl control)
Called by the framework when this page node is about to be displayed in the navigation content
panel.
|
void |
PageNode.pageShown(P page,
HistoryToken state)
Called by the framework when this page node was displayed in the navigation content panel.
|
void |
PageNode.pageUpdate(P page,
HistoryToken state)
Called by the framework when this page node state was updated
Navigation.updateState(Multimap). |
Copyright © 2020 Treblereel. All rights reserved.