Package | Description |
---|---|
org.jboss.errai.ui.nav.client.local | |
org.jboss.errai.ui.nav.client.local.spi |
Modifier and Type | Field and Description |
---|---|
protected HistoryToken |
Navigation.currentPageToken |
Modifier and Type | Method and Description |
---|---|
HistoryToken |
HistoryTokenFactory.createHistoryToken(String pageName,
com.google.common.collect.Multimap<String,String> state)
This can be used to create a HistoryToken when navigating by page name.
|
HistoryToken |
URLPatternMatcher.parseURL(String url)
Creates a
HistoryToken by parsing a URL path. |
HistoryToken |
HistoryTokenFactory.parseURL(String url)
This can be used to generate a HistoryToken from a URL path
|
Modifier and Type | Method and Description |
---|---|
void |
PageNode.pageShowing(W widget,
HistoryToken state)
Called by the framework when this page node is about to be displayed in the navigation content panel.
|
void |
PageNode.pageShown(W widget,
HistoryToken state)
Called by the framework when this page node was displayed in the navigation content panel.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.