Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.ui.nav.client.local.spi.PageNode

Packages that use PageNode
org.jboss.errai.ui.nav.client.local   
org.jboss.errai.ui.nav.client.local.spi   
 

Uses of PageNode in org.jboss.errai.ui.nav.client.local
 

Fields in org.jboss.errai.ui.nav.client.local declared as PageNode
protected  PageNode<com.google.gwt.user.client.ui.IsWidget> Navigation.currentPage
           
 

Methods in org.jboss.errai.ui.nav.client.local that return PageNode
 PageNode<com.google.gwt.user.client.ui.IsWidget> Navigation.getCurrentPage()
          Return the current page that is being displayed.
 

Methods in org.jboss.errai.ui.nav.client.local that return types with arguments of type PageNode
 Collection<PageNode<? extends com.google.gwt.user.client.ui.IsWidget>> Navigation.getPagesByRole(Class<? extends PageRole> pageRole)
          Return all PageNode instances that have specified pageRole.
 

Uses of PageNode in org.jboss.errai.ui.nav.client.local.spi
 

Fields in org.jboss.errai.ui.nav.client.local.spi with type parameters of type PageNode
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
           
 

Methods in org.jboss.errai.ui.nav.client.local.spi that return PageNode
<W extends com.google.gwt.user.client.ui.IsWidget>
PageNode<W>
NavigationGraph.getPage(Class<W> type)
          Returns an instance of the given page type.
<W extends com.google.gwt.user.client.ui.IsWidget>
PageNode<W>
NavigationGraph.getPage(String name)
          Returns an instance of the given page type.
 PageNode NavigationGraph.getPageByRole(Class<? extends UniquePageRole> role)
           
 

Methods in org.jboss.errai.ui.nav.client.local.spi that return types with arguments of type PageNode
 Collection<PageNode<? extends com.google.gwt.user.client.ui.IsWidget>> NavigationGraph.getPagesByRole(Class<? extends PageRole> role)
          Returns all pages that have the specified role.
 

Methods in org.jboss.errai.ui.nav.client.local.spi with parameters of type PageNode
 void NavigationGraph.PageNodeCreationalCallback.callback(PageNode<W> beanInstance)
           
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.