Package | Description |
---|---|
org.jboss.errai.ui.nav.client.local | |
org.jboss.errai.ui.nav.client.local.spi |
Modifier and Type | Field and Description |
---|---|
protected PageNode<com.google.gwt.user.client.ui.IsWidget> |
Navigation.currentPage |
Modifier and Type | Method and Description |
---|---|
PageNode<com.google.gwt.user.client.ui.IsWidget> |
Navigation.getCurrentPage()
Return the current page that is being displayed.
|
Modifier and Type | Method and Description |
---|---|
Collection<PageNode<? extends com.google.gwt.user.client.ui.IsWidget>> |
Navigation.getPagesByRole(Class<? extends PageRole> pageRole)
Return all PageNode instances that have specified pageRole.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,PageNode<? extends com.google.gwt.user.client.ui.IsWidget>> |
NavigationGraph.pagesByName
Maps page names to the classes that implement them.
|
protected com.google.common.collect.Multimap<Class<? extends PageRole>,PageNode<? extends com.google.gwt.user.client.ui.IsWidget>> |
NavigationGraph.pagesByRole |
Modifier and Type | Method and Description |
---|---|
<W extends com.google.gwt.user.client.ui.IsWidget> |
NavigationGraph.getPage(Class<W> type)
Returns an instance of the given page type.
|
<W extends com.google.gwt.user.client.ui.IsWidget> |
NavigationGraph.getPage(String name)
Returns an instance of the given page type.
|
PageNode |
NavigationGraph.getPageByRole(Class<? extends UniquePageRole> role) |
Modifier and Type | Method and Description |
---|---|
Collection<PageNode<? extends com.google.gwt.user.client.ui.IsWidget>> |
NavigationGraph.getAllPages() |
Collection<PageNode<? extends com.google.gwt.user.client.ui.IsWidget>> |
NavigationGraph.getPagesByRole(Class<? extends PageRole> role)
Returns all pages that have the specified role.
|
Modifier and Type | Method and Description |
---|---|
void |
NavigationGraph.PageNodeCreationalCallback.callback(PageNode<W> beanInstance) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.