|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HistoryToken | |
---|---|
org.jboss.errai.ui.nav.client.local | |
org.jboss.errai.ui.nav.client.local.spi |
Uses of HistoryToken in org.jboss.errai.ui.nav.client.local |
---|
Methods in org.jboss.errai.ui.nav.client.local that return HistoryToken | |
---|---|
static HistoryToken |
HistoryToken.of(String pageName,
com.google.common.collect.Multimap<String,String> state)
Returns a HistoryToken of the given page name and state encoded into the given string. |
static HistoryToken |
HistoryToken.parse(String token)
Returns a HistoryToken that represents the page name and state encoded into the given string. |
Uses of HistoryToken in org.jboss.errai.ui.nav.client.local.spi |
---|
Methods in org.jboss.errai.ui.nav.client.local.spi with parameters of type HistoryToken | |
---|---|
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. |
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |